Changed "Theme Color Option" to "Theme Color"
Этот коммит содержится в:
@@ -1056,7 +1056,7 @@ var AppearanceTab = React.createClass({
|
|||||||
|
|
||||||
themeSection = (
|
themeSection = (
|
||||||
<SettingItemMax
|
<SettingItemMax
|
||||||
title="Theme Color Options"
|
title="Theme Color"
|
||||||
inputs={inputs}
|
inputs={inputs}
|
||||||
submit={this.submitTheme}
|
submit={this.submitTheme}
|
||||||
server_error={server_error}
|
server_error={server_error}
|
||||||
@@ -1066,7 +1066,7 @@ var AppearanceTab = React.createClass({
|
|||||||
} else {
|
} else {
|
||||||
themeSection = (
|
themeSection = (
|
||||||
<SettingItemMin
|
<SettingItemMin
|
||||||
title="Theme Color Options"
|
title="Theme Color"
|
||||||
describe={this.state.theme}
|
describe={this.state.theme}
|
||||||
updateSection={function(){self.props.updateSection("theme");}}
|
updateSection={function(){self.props.updateSection("theme");}}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user