lowercase strings

This commit is contained in:
ghost 2023-12-05 16:50:59 +02:00
parent 26a90a3ae0
commit 5f1d2327b0

View File

@ -1,13 +1,13 @@
<div> <div>
{{ 'Block:' | trans }} {{ wallet.block }} {{ 'block:' | trans }} {{ wallet.block }}
/ /
{{ 'Balance:' | trans }} {{ wallet.balance }} {{ 'balance:' | trans }} {{ wallet.balance }}
{% if wallet.address %} {% if wallet.address %}
/ /
{% if pool.url %} {% if pool.url %}
<a href="{{ pool.url }}" target="_blank">{{ 'Charge' | trans }}</a>: <a href="{{ pool.url }}" target="_blank">{{ 'charge' | trans }}</a>:
{% else %} {% else %}
{{ 'Charge:' | trans }} {{ 'charge:' | trans }}
{% endif %} {% endif %}
<pre>{{ wallet.address }}</pre> <pre>{{ wallet.address }}</pre>
{% endif %} {% endif %}