Small tweaks
This commit is contained in:
parent
e8d176cfe4
commit
a144cf17f4
4 changed files with 8 additions and 8 deletions
|
@ -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]))
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue