1
0
mirror of https://github.com/flarum/core.git synced 2025-07-18 15:21:16 +02:00

Fix indentation

This commit is contained in:
Franz Liedke
2017-03-12 23:05:04 +01:00
parent b68d7c6107
commit 4c2070c192

View File

@@ -70,11 +70,11 @@ export default class BasicsPage extends Page {
})
: ''}
{Switch.component({
state: this.values.show_language_selector(),
onchange: this.values.show_language_selector,
children: app.translator.trans('core.admin.basics.show_language_selector_label'),
})}
{Switch.component({
state: this.values.show_language_selector(),
onchange: this.values.show_language_selector,
children: app.translator.trans('core.admin.basics.show_language_selector_label'),
})}
<br/>