Fix bike parking location question

This commit is contained in:
Pieter Vander Vennet 2021-11-07 18:06:57 +01:00
parent 1511b0a167
commit b609885a1f

View file

@ -236,7 +236,7 @@
} }
}, },
{ {
"if": "location=underground", "if": "location=surface",
"then": { "then": {
"en": "Surface level parking", "en": "Surface level parking",
"nl": "Parking op de begane grond", "nl": "Parking op de begane grond",
@ -251,7 +251,7 @@
} }
}, },
{ {
"if": "location=surface", "if": "location=rooftop",
"then": { "then": {
"en": "Rooftop parking", "en": "Rooftop parking",
"nl": "Dakparking", "nl": "Dakparking",