summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webapp/components/user_settings/user_settings_theme.jsx2
-rw-r--r--webapp/i18n/en.json1
2 files changed, 2 insertions, 1 deletions
diff --git a/webapp/components/user_settings/user_settings_theme.jsx b/webapp/components/user_settings/user_settings_theme.jsx
index f1bed0085..fb3665984 100644
--- a/webapp/components/user_settings/user_settings_theme.jsx
+++ b/webapp/components/user_settings/user_settings_theme.jsx
@@ -301,7 +301,7 @@ export default class ThemeSetting extends React.Component {
/>
<FormattedMessage
id='user.settings.display.theme.applyToAllTeams'
- defaultMessage='Apply New Theme to All Teams'
+ defaultMessage='Apply new theme to all my teams'
/>
</label>
</div>
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 921fc17d2..b8b5e1249 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -1836,6 +1836,7 @@
"user.settings.display.showNickname": "Show nickname if one exists, otherwise show first and last name",
"user.settings.display.showUsername": "Show username (default)",
"user.settings.display.teammateDisplay": "Teammate Name Display",
+ "user.settings.display.theme.applyToAllTeams": "Apply new theme to all my teams",
"user.settings.display.theme.customTheme": "Custom Theme",
"user.settings.display.theme.describe": "Open to manage your theme",
"user.settings.display.theme.import": "Import theme colors from Slack",