Changed "Theme Color Option" to "Theme Color"

This commit is contained in:
it33
2015-06-18 08:38:07 -07:00
parent c835f2370c
commit 0de2bd994b

View File

@@ -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");}}
/>