forked from MapComplete/MapComplete
Fix double braces
This commit is contained in:
parent
05e3869672
commit
b477fdfee1
5 changed files with 38 additions and 25 deletions
|
@ -4127,7 +4127,7 @@
|
|||
"placeholder": "Height of the kerb"
|
||||
},
|
||||
"question": "What is the height of this kerb?",
|
||||
"render": "Kerb height: {{kerb:height}}"
|
||||
"render": "Kerb height: {kerb:height}"
|
||||
},
|
||||
"kerb-type": {
|
||||
"mappings": {
|
||||
|
@ -4635,7 +4635,7 @@
|
|||
}
|
||||
},
|
||||
"question": "How many parking spots are there at this parking?",
|
||||
"render": "There are {{capacity}} parking spots"
|
||||
"render": "There are {capacity} parking spots"
|
||||
},
|
||||
"capacity-disabled": {
|
||||
"freeform": {
|
||||
|
@ -4650,7 +4650,7 @@
|
|||
}
|
||||
},
|
||||
"question": "How many disabled parking spots are there at this parking?",
|
||||
"render": "There are {{capacity:disabled}} disabled parking spots"
|
||||
"render": "There are {capacity:disabled} disabled parking spots"
|
||||
},
|
||||
"parking-type": {
|
||||
"mappings": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue