Fix some translations, fix schoolyard in playground theme

This commit is contained in:
Pieter Vander Vennet 2022-06-27 09:05:16 +02:00
parent f6e164e796
commit af1e1a4fc7
4 changed files with 12 additions and 4 deletions

View file

@ -73,8 +73,12 @@
},
{
"id": "name",
"question": {"en": "What is the name of this facility?"},
"render": {"en": "This facility is named <b>{name}</b>"},
"question": {
"en": "What is the name of this facility?"
},
"render": {
"en": "This facility is named <b>{name}</b>"
},
"freeform": {
"key": "name"
}
@ -173,4 +177,4 @@
"enableRelocation": true,
"enableImproveAccuracy": true
}
}
}