Fix custom intro.

This commit is contained in:
Christian Neumann 2020-11-24 14:36:43 +01:00
parent f1b99c0628
commit 218c301560
2 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -53,7 +53,8 @@ export class WelcomeMessage extends UIElement {
loginStatus,
this.tail,
"<br/>",
this.languagePicker
this.languagePicker,
Translations.t.general.customIntro as UIElement
]).Render()
}