summaryrefslogtreecommitdiffstats
path: root/webapp/components/user_settings/user_settings_theme.jsx
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 /webapp/components/user_settings/user_settings_theme.jsx
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)
Diffstat (limited to 'webapp/components/user_settings/user_settings_theme.jsx')
-rw-r--r--webapp/components/user_settings/user_settings_theme.jsx2
1 files changed, 1 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>