Fix generator text.
This commit is contained in:
parent
3619ca6389
commit
432ee8c34b
1 changed files with 3 additions and 4 deletions
|
@ -105,10 +105,9 @@ export default class CustomGeneratorPanel extends UIElement {
|
||||||
}
|
}
|
||||||
if (ud.csCount <= State.userJourney.themeGeneratorReadOnlyUnlock) {
|
if (ud.csCount <= State.userJourney.themeGeneratorReadOnlyUnlock) {
|
||||||
return new Combine([
|
return new Combine([
|
||||||
"<h3>Too little experience/h3>",
|
"<h3>Too little experience</h3>",
|
||||||
`Creating your own (readonly) themes can only be done if you have more then <b>${State.userJourney.themeGeneratorReadOnlyUnlock}</b> changesets made`,
|
`<p>Creating your own (readonly) themes can only be done if you have more then <b>${State.userJourney.themeGeneratorReadOnlyUnlock}</b> changesets made</p>`,
|
||||||
`Making a theme including survey options can be done at <b>${State.userJourney.themeGeneratorFullUnlock}</b> changesets`,
|
`<p>Making a theme including survey options can be done at <b>${State.userJourney.themeGeneratorFullUnlock}</b> changesets</p>`
|
||||||
this.loginButton
|
|
||||||
]).Render();
|
]).Render();
|
||||||
}
|
}
|
||||||
return this.mainPanel.Render()
|
return this.mainPanel.Render()
|
||||||
|
|
Loading…
Reference in a new issue