summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYang Chen <yang2qwe@yahoo.ca>2016-10-18 19:55:17 -0400
committerenahum <nahumhbl@gmail.com>2016-10-18 20:55:17 -0300
commit11bf05813a66b85248e62a15b5874423b7c2e13d (patch)
tree0870fb597c6c24d511f0e56a8b3b10d5bddf764a
parent821f1f9a033aee4cec59250ee702fefb68f1d41e (diff)
downloadchat-11bf05813a66b85248e62a15b5874423b7c2e13d.tar.gz
chat-11bf05813a66b85248e62a15b5874423b7c2e13d.tar.bz2
chat-11bf05813a66b85248e62a15b5874423b7c2e13d.zip
Changed “Apply New Theme to All Teams” to “Apply new theme to all my teams” (#4260)
-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",