summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-06-18 08:35:25 -0700
committerit33 <iantien@gmail.com>2015-06-18 08:35:25 -0700
commitc835f2370cb456691270f70aeb1970552f9beb74 (patch)
tree6fa786158bc34132a378094a3eabb0582873ee02 /web
parent2ef445b74e80315b4f41b4335c8ed3b333d74715 (diff)
downloadchat-c835f2370cb456691270f70aeb1970552f9beb74.tar.gz
chat-c835f2370cb456691270f70aeb1970552f9beb74.tar.bz2
chat-c835f2370cb456691270f70aeb1970552f9beb74.zip
Update "Theme" to "Theme Color Options"
Needed to make marketing screen look nice.
Diffstat (limited to 'web')
-rw-r--r--web/react/components/user_settings.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/react/components/user_settings.jsx b/web/react/components/user_settings.jsx
index a9c2433f2..4dfe6b74a 100644
--- a/web/react/components/user_settings.jsx
+++ b/web/react/components/user_settings.jsx
@@ -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");}}
/>