Small tweaks

This commit is contained in:
Pieter Vander Vennet 2020-11-15 16:08:17 +01:00
parent e8d176cfe4
commit a144cf17f4
4 changed files with 8 additions and 8 deletions

View file

@ -290,7 +290,7 @@ export class InitUiElements {
if (userdetails.csCount < State.userJourney.mapCompleteHelpUnlock) {
return ""
}
return Translations.t.general.aboutMapcomplete.Render();
return new Combine([Translations.t.general.aboutMapcomplete, "<br/>Version "+State.vNumber]).Render();
}, [Locale.language]))
}
);