diff options
author | it33 <iantien@gmail.com> | 2015-06-18 08:38:07 -0700 |
---|---|---|
committer | it33 <iantien@gmail.com> | 2015-06-18 08:38:07 -0700 |
commit | 27c29ed745a1730c579d49dc6d26da5ba88ea155 (patch) | |
tree | dba3d81856f43d124241ba70ecf010189e2624f3 | |
parent | 0837962c671e3838ba0d9602a3ea2f8f8f90eba4 (diff) | |
download | chat-27c29ed745a1730c579d49dc6d26da5ba88ea155.tar.gz chat-27c29ed745a1730c579d49dc6d26da5ba88ea155.tar.bz2 chat-27c29ed745a1730c579d49dc6d26da5ba88ea155.zip |
Changed "Theme Color Option" to "Theme Color"
-rw-r--r-- | web/react/components/user_settings.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/react/components/user_settings.jsx b/web/react/components/user_settings.jsx index 4dfe6b74a..110634b50 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 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");}} /> |