mirror of
https://github.com/flarum/core.git
synced 2025-10-12 15:34:26 +02:00
Oops, forgot to correct test code
This commit is contained in:
@@ -58,7 +58,7 @@ export default class BasicsPage extends Page {
|
||||
]
|
||||
})}
|
||||
|
||||
{Object.keys(this.localeOptions).length > 0
|
||||
{Object.keys(this.localeOptions).length > 1
|
||||
? FieldSet.component({
|
||||
label: app.translator.trans('core.admin.basics.default_language_heading'),
|
||||
children: [
|
||||
|
Reference in New Issue
Block a user