From 19dbdd24b41122ebcda71bcdf91ea61abfc123dd Mon Sep 17 00:00:00 2001 From: eugenijm Date: Tue, 5 Feb 2019 20:22:49 +0300 Subject: [PATCH] Update user settings text: staff badges are only visible in user profile Use capitalized text in badges --- src/components/user_card_content/user_card_content.vue | 2 ++ src/i18n/en.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/user_card_content/user_card_content.vue b/src/components/user_card_content/user_card_content.vue index 12068d7d..7f9909c4 100644 --- a/src/components/user_card_content/user_card_content.vue +++ b/src/components/user_card_content/user_card_content.vue @@ -250,7 +250,9 @@ overflow: hidden; } + // TODO use proper colors .staff { + text-transform: capitalize; color: $fallback--text; color: var(--btnText, $fallback--text); background-color: $fallback--fg; diff --git a/src/i18n/en.json b/src/i18n/en.json index 30bbe214..0d8553de 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -166,8 +166,8 @@ "no_rich_text_description": "Strip rich text formatting from all posts", "hide_follows_description": "Don't show who I'm following", "hide_followers_description": "Don't show who's following me", - "show_admin_badge": "Show Admin badge on my user card", - "show_moderator_badge": "Show Moderator badge on my user card", + "show_admin_badge": "Show Admin badge in my profile", + "show_moderator_badge": "Show Moderator badge in my profile", "nsfw_clickthrough": "Enable clickthrough NSFW attachment hiding", "panelRadius": "Panels", "pause_on_unfocused": "Pause streaming when tab is not focused",