mirror of
https://github.com/mue/mue.git
synced 2026-07-22 08:17:28 +02:00
fix: missing translations, create tab back button
This commit is contained in:
@@ -384,7 +384,7 @@ export default class WelcomeSections extends PureComponent {
|
||||
<div className="toggle" onClick={() => this.props.switchTab(3)}>
|
||||
<span>
|
||||
{variables.getMessage('modals.main.settings.sections.appearance.theme.title')}:{' '}
|
||||
{this.getSetting('theme')}
|
||||
{variables.getMessage('modals.main.settings.sections.appearance.theme.' + localStorage.getItem('theme'))}
|
||||
</span>
|
||||
</div>
|
||||
{this.state.importedSettings.length !== 0 ? (
|
||||
|
||||
Reference in New Issue
Block a user