mirror of
https://github.com/kevachat/webapp.git
synced 2025-01-22 04:24:18 +00:00
lowercase strings
This commit is contained in:
parent
26a90a3ae0
commit
5f1d2327b0
@ -1,13 +1,13 @@
|
||||
<div>
|
||||
{{ 'Block:' | trans }} {{ wallet.block }}
|
||||
{{ 'block:' | trans }} {{ wallet.block }}
|
||||
/
|
||||
{{ 'Balance:' | trans }} {{ wallet.balance }}
|
||||
{{ 'balance:' | trans }} {{ wallet.balance }}
|
||||
{% if wallet.address %}
|
||||
/
|
||||
{% if pool.url %}
|
||||
<a href="{{ pool.url }}" target="_blank">{{ 'Charge' | trans }}</a>:
|
||||
<a href="{{ pool.url }}" target="_blank">{{ 'charge' | trans }}</a>:
|
||||
{% else %}
|
||||
{{ 'Charge:' | trans }}
|
||||
{{ 'charge:' | trans }}
|
||||
{% endif %}
|
||||
<pre>{{ wallet.address }}</pre>
|
||||
{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user