diff --git a/files/templates/header.html b/files/templates/header.html index 091625fd5..88eee680f 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -227,7 +227,7 @@
{{v.user_name}}
-
coins{{v.coins}}{% if not FEATURES['PROCOINS'] %} Coin{{help.plural(v.coins)}}{% endif %}
+
coins{{v.coins}}{% if not FEATURES['PROCOINS'] %} Coin{{help.plural(v.coins)}}{% endif %}
{% if FEATURES['PROCOINS'] %}
marseybux{{v.procoins}}
{% endif %} diff --git a/files/templates/lottery.html b/files/templates/lottery.html index a1f14f2b8..a320c2a44 100644 --- a/files/templates/lottery.html +++ b/files/templates/lottery.html @@ -64,7 +64,7 @@ height="13" src="{{'coins.webp' | asset_siteimg}}" aria-label="coins" - title="coins" + title="Coins" style="display: none; position: relative; top: -2px" > - @@ -124,7 +124,7 @@ height="13" src="{{'coins.webp' | asset_siteimg}}" aria-label="coins" - title="coins" + title="Coins" > 12 diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 8660052a0..ce51c9a54 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -97,7 +97,7 @@
{{u.coins}} - coins + coins {% if FEATURES['PROCOINS'] %} {{u.procoins}} @@ -327,7 +327,7 @@
{{u.coins}} - coins + coins {% if FEATURES['PROCOINS'] %} {{u.procoins}}