Merge upstream
This commit is contained in:
parent
1f74012ae7
commit
f2d9eb8992
2 changed files with 2 additions and 2 deletions
2
State.ts
2
State.ts
|
@ -23,7 +23,7 @@ export default class State {
|
||||||
// The singleton of the global state
|
// The singleton of the global state
|
||||||
public static state: State;
|
public static state: State;
|
||||||
|
|
||||||
public static vNumber = "0.2.2f";
|
public static vNumber = "0.2.2g";
|
||||||
|
|
||||||
// The user journey states thresholds when a new feature gets unlocked
|
// The user journey states thresholds when a new feature gets unlocked
|
||||||
public static userJourney = {
|
public static userJourney = {
|
||||||
|
|
|
@ -192,7 +192,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"question": {
|
"question": {
|
||||||
"en": "In which direction are you looking when sitting on the bench?"
|
"en": "In which direction are you looking when sitting on the bench?",
|
||||||
"de": "In welche Richtung schaut man, wenn man auf der Bank sitzt?"
|
"de": "In welche Richtung schaut man, wenn man auf der Bank sitzt?"
|
||||||
},
|
},
|
||||||
"render": {
|
"render": {
|
||||||
|
|
Loading…
Reference in a new issue