Browse Source

rename charge to boost

main
ghost 7 months ago
parent
commit
24cd83d182
  1. 2
      templates/default/module/info.html.twig

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

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
{{ 'balance:' | trans }} {{ wallet.balance }}
{% if boost.address %}
/
{{ 'charge:' | trans }}
{{ 'boost:' | trans }}
{% if explorer.url %}
<a href="{{ explorer.url }}{{ boost.address }}" target="_blank">{{ boost.address }}</a>
{% else %}

Loading…
Cancel
Save