Small fixes

This commit is contained in:
Pieter Vander Vennet 2021-03-04 13:35:03 +01:00
parent f0742ab812
commit c2d520c2e9
5 changed files with 24 additions and 15 deletions

View file

@ -22,10 +22,7 @@ export default class ThemeIntroductionPanel extends UIElement {
this.languagePicker = LanguagePicker.CreateLanguagePicker(State.state.layoutToUse.data.language, Translations.t.general.pickLanguage);
const layout = State.state.layoutToUse.data;
this.description = new Combine([
"<h3>", layout.title, "</h3>",
layout.description
])
this.description = layout.description
this.plzLogIn =
Translations.t.general.loginWithOpenStreetMap
.onClick(() => {