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