forked from MapComplete/MapComplete
chore: use questionhint in buurtnatuur.json; fix obsolete <br/> in hospital.json
This commit is contained in:
parent
02434aaa81
commit
c11bcb1817
4 changed files with 8 additions and 7 deletions
|
@ -55,8 +55,8 @@
|
|||
{
|
||||
"id": "inpatient",
|
||||
"question": {
|
||||
"en": "Does this facility admit inpatients?<br>",
|
||||
"de": "Nimmt die Einrichtung stationäre Patienten auf? <br>"
|
||||
"en": "Does this facility admit inpatients?",
|
||||
"de": "Nimmt die Einrichtung stationäre Patienten auf?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -99,4 +99,4 @@
|
|||
"width": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -549,7 +549,8 @@
|
|||
},
|
||||
{
|
||||
"id": "Editable description",
|
||||
"question": "Is er extra info die je kwijt wil?<br/><span class='subtle'>De <i>naam</i> van het gebied wordt in de volgende vraag gesteld</span>",
|
||||
"question": "Is er extra info die je kwijt wil?",
|
||||
"questionHint": "De <i>naam</i> van het gebied wordt in de volgende vraag gesteld",
|
||||
"render": {
|
||||
"nl": "Extra info via buurtnatuur.be: <i>{description:0}</i>"
|
||||
},
|
||||
|
@ -612,4 +613,4 @@
|
|||
]
|
||||
},
|
||||
"credits": "Pieter Vander Vennet"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4856,7 +4856,7 @@
|
|||
"then": "Dies ist ein Krankenhaus - Patienten können hier für mehrere Tage aufgenommen werden"
|
||||
}
|
||||
},
|
||||
"question": "Nimmt die Einrichtung stationäre Patienten auf? <br>",
|
||||
"question": "Nimmt die Einrichtung stationäre Patienten auf?",
|
||||
"questionHint": "Ein stationärer Patient ist ein Patient, der mehrere Tage in der Einrichtung bleibt"
|
||||
},
|
||||
"name": {
|
||||
|
|
|
@ -4856,7 +4856,7 @@
|
|||
"then": "This is a hospital - patients can be admitted here for multiple days"
|
||||
}
|
||||
},
|
||||
"question": "Does this facility admit inpatients?<br>",
|
||||
"question": "Does this facility admit inpatients?",
|
||||
"questionHint": "An inpatient is a patient which stays for multiple days in the facility"
|
||||
},
|
||||
"name": {
|
||||
|
|
Loading…
Reference in a new issue