update balance position

This commit is contained in:
ghost 2024-02-18 03:10:08 +02:00
parent 559ecf8de0
commit a8b876bb96

View File

@ -9,9 +9,9 @@
<strong> <strong>
@{{ user.name }} @{{ user.name }}
</strong> </strong>
<p> <span style="float:right">{# @TODO #}
{{ 'balance' | trans }}: {{ user.balance }} {{ 'balance: %s KVA' | trans | format(user.balance) }}
</p> </span>
<p> <p>
{{ 'boost' | trans }}: {{ user.address }} {{ 'boost' | trans }}: {{ user.address }}
</p> </p>