forked from MapComplete/MapComplete
Small fixes
This commit is contained in:
parent
f0742ab812
commit
c2d520c2e9
5 changed files with 24 additions and 15 deletions
|
@ -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(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue