Changed “Apply New Theme to All Teams” to “Apply new theme to all my teams” (#4260)

This commit is contained in:
Yang Chen
2016-10-18 19:55:17 -04:00
committed by enahum
parent 821f1f9a03
commit 11bf05813a
2 changed files with 2 additions and 1 deletions

View File

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

View File

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