diff options
| author | eugenijm <eugenijm@protonmail.com> | 2019-02-05 20:22:49 +0300 |
|---|---|---|
| committer | eugenijm <eugenijm@protonmail.com> | 2019-02-08 01:33:24 +0300 |
| commit | 19dbdd24b41122ebcda71bcdf91ea61abfc123dd (patch) | |
| tree | b3bce7ccbeb82f9209fb1b33efc393ec6a24411c | |
| parent | fd4cd2e10a544d2ee03f1c834cf08eeb5993a648 (diff) | |
Update user settings text: staff badges are only visible in user profile
Use capitalized text in badges
| -rw-r--r-- | src/components/user_card_content/user_card_content.vue | 2 | ||||
| -rw-r--r-- | 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", |
