summaryrefslogtreecommitdiffstats
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
commitce03ed6415642868df615773e76b35979033b21e (patch)
treeb6de9b36d5be68a854b1067ae7186eb8e06f9cbb
parent1f66c44632369f635b397dfb2b01a026f39b51a5 (diff)
downloadchat-ce03ed6415642868df615773e76b35979033b21e.tar.gz
chat-ce03ed6415642868df615773e76b35979033b21e.tar.bz2
chat-ce03ed6415642868df615773e76b35979033b21e.zip
Update "Theme" to "Theme Color Options"
Needed to make marketing screen look nice.
-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");}}
/>