Use "Appearance" instead of "Style"
This commit is contained in:
parent
af3858fa98
commit
7c9df04d42
3 changed files with 5 additions and 5 deletions
|
@ -141,7 +141,7 @@ export default class StyleUserSettingsTab extends React.Component {
|
|||
render() {
|
||||
return (
|
||||
<div className="mx_SettingsTab">
|
||||
<div className="mx_SettingsTab_heading">{_t("Style")}</div>
|
||||
<div className="mx_SettingsTab_heading">{_t("Appearance")}</div>
|
||||
{this._renderThemeSection()}
|
||||
{SettingsStore.getValue("feature_font_scaling") ? this._renderFontSection() : null}
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue