From dc23016f178f02d0df97887327e0128e20f47e7f Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 13 Nov 2022 19:06:24 +0200 Subject: [PATCH] fix capitlization --- files/templates/header.html | 2 +- files/templates/lottery.html | 4 ++-- files/templates/userpage.html | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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}}