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
commit5665d348d40dc10fc3a3671140c55c0b7cb7df07 (patch)
tree15cc8c94533145753f2364605a18e8c2f772d0b6 /web
parentca6abaa9ddf006c075fbd1f3814ce5182d4a3bfe (diff)
downloadchat-5665d348d40dc10fc3a3671140c55c0b7cb7df07.tar.gz
chat-5665d348d40dc10fc3a3671140c55c0b7cb7df07.tar.bz2
chat-5665d348d40dc10fc3a3671140c55c0b7cb7df07.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");}}
/>