Update "Theme" to "Theme Color Options"

Needed to make marketing screen look nice.
This commit is contained in:
it33
2015-06-18 08:35:25 -07:00
parent 2ef445b74e
commit c835f2370c

View File

@@ -1056,7 +1056,7 @@ var AppearanceTab = React.createClass({
themeSection = (
<SettingItemMax
title="Theme"
title="Theme Color Options"
inputs={inputs}
submit={this.submitTheme}
server_error={server_error}
@@ -1066,7 +1066,7 @@ var AppearanceTab = React.createClass({
} else {
themeSection = (
<SettingItemMin
title="Theme"
title="Theme Color Options"
describe={this.state.theme}
updateSection={function(){self.props.updateSection("theme");}}
/>