mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Changed "Theme Color Option" to "Theme Color"
This commit is contained in:
@@ -1056,7 +1056,7 @@ var AppearanceTab = React.createClass({
|
||||
|
||||
themeSection = (
|
||||
<SettingItemMax
|
||||
title="Theme Color Options"
|
||||
title="Theme Color"
|
||||
inputs={inputs}
|
||||
submit={this.submitTheme}
|
||||
server_error={server_error}
|
||||
@@ -1066,7 +1066,7 @@ var AppearanceTab = React.createClass({
|
||||
} else {
|
||||
themeSection = (
|
||||
<SettingItemMin
|
||||
title="Theme Color Options"
|
||||
title="Theme Color"
|
||||
describe={this.state.theme}
|
||||
updateSection={function(){self.props.updateSection("theme");}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user