From 57ffc26fc6ce50d5fad181731a87140bc151219d Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 5 Dec 2022 06:56:05 +0200 Subject: [PATCH] grammar + consistency --- files/templates/userpage/admintools.html | 6 +++--- files/templates/userpage/userpage.html | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/files/templates/userpage/admintools.html b/files/templates/userpage/admintools.html index 243be5376..b4e102b1c 100644 --- a/files/templates/userpage/admintools.html +++ b/files/templates/userpage/admintools.html @@ -76,13 +76,13 @@
{% if v.admin_level >= PERMS['ADMIN_ADD'] %} - + {% endif %} {% if v.admin_level >= PERMS['ADMIN_REMOVE'] %} - + {% endif %} {% if v.admin_level >= PERMS['ADMIN_ACTIONS_REVERT'] and u.admin_level %} - + {% endif %} {% if v.admin_level >= PERMS['USER_BAN'] %} diff --git a/files/templates/userpage/userpage.html b/files/templates/userpage/userpage.html index e6ad2bf72..1b1b59376 100644 --- a/files/templates/userpage/userpage.html +++ b/files/templates/userpage/userpage.html @@ -196,7 +196,7 @@
{% if v and v.id == u.id %} - Edit profile + Edit Profile
@@ -205,7 +205,7 @@ {% if v.profile_background %} {{v.profile_background}} {% else %} - Upload custom profile background + Upload Profile Background {% endif %} @@ -213,7 +213,7 @@ {% endif %} {% if FEATURES['USERS_PROFILE_SONG'] and u.song and v and (v.id == u.id or v.mute and not u.unmutable) %} - + {% endif %}
@@ -407,7 +407,7 @@
{% if v and v.id == u.id %} - Edit profile + Edit Profile @@ -416,7 +416,7 @@ {% if v.profile_background %} {{v.profile_background}} {% else %} - Upload custom profile background + Upload Profile Background {% endif %} @@ -424,7 +424,7 @@ {% endif %} {% if FEATURES['USERS_PROFILE_SONG'] and u.song and v and (v.id == u.id or v.mute and not u.unmutable) %} - + {% endif %} {% if v and v.id != u.id %}