Browse Source

lowercase strings

main
ghost 1 year ago
parent
commit
5f1d2327b0
  1. 8
      templates/default/module/info.html.twig

8
templates/default/module/info.html.twig

@ -1,13 +1,13 @@ @@ -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…
Cancel
Save