diff --git a/basicswap/templates/wallets.html b/basicswap/templates/wallets.html index d80f6ab..d09e661 100644 --- a/basicswap/templates/wallets.html +++ b/basicswap/templates/wallets.html @@ -64,7 +64,7 @@

{{ w.name }} ({{ w.ticker }})

-

Version: {{ w.version }} {% if w.updating %} Updating..

+

Version: {{ w.version }} {% if w.updating %}

{% endif %}
@@ -207,23 +207,17 @@ {% include 'footer.html' %}