Fix custom intro.
This commit is contained in:
parent
f1b99c0628
commit
218c301560
2 changed files with 4 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
@ -53,7 +53,8 @@ export class WelcomeMessage extends UIElement {
|
||||||
loginStatus,
|
loginStatus,
|
||||||
this.tail,
|
this.tail,
|
||||||
"<br/>",
|
"<br/>",
|
||||||
this.languagePicker
|
this.languagePicker,
|
||||||
|
Translations.t.general.customIntro as UIElement
|
||||||
]).Render()
|
]).Render()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue