Update user settings text: staff badges are only visible in user profile

Use capitalized text in badges
This commit is contained in:
eugenijm 2019-02-05 20:22:49 +03:00
parent fd4cd2e10a
commit 19dbdd24b4
2 changed files with 4 additions and 2 deletions

View file

@ -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;

View file

@ -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",