fix: missing translations, create tab back button

This commit is contained in:
David Ralph
2022-12-20 11:25:06 +00:00
committed by GitHub
parent b1ac03977e
commit 41293f075a
4 changed files with 6 additions and 7 deletions

View File

@@ -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 ? (