mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Changed “Apply New Theme to All Teams” to “Apply new theme to all my teams” (#4260)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user