Make question translatable

This commit is contained in:
Pieter Vander Vennet 2022-06-25 13:47:00 +02:00 committed by GitHub
parent 52543893f6
commit f6e164e796
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,8 +73,8 @@
},
{
"id": "name",
"question": "What is the name of this facility?",
"render": "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 +173,4 @@
"enableRelocation": true,
"enableImproveAccuracy": true
}
}
}