Fix: typo in filter

This commit is contained in:
Pieter Vander Vennet 2023-07-30 04:56:10 +02:00
parent 2594e75535
commit 366577f70b

View file

@ -961,33 +961,28 @@
} }
] ]
}, },
{ {
"id": "food-category", "id": "food-category",
"options": [ "options": [
{ {
"question": { "question": {
"en": "All categories" "en": "All categories"
}}, }
},
{ {
"question": { "question": {
"en"; "Only fastfood buisinesses" "en": "Only fastfood buisinesses"
}, },
"osmTags": "amenity=fast_food" } "osmTags": "amenity=fast_food"
},
{ {
"question": { "question": {
"en": "Only restaurants" "en": "Only restaurants"
}, },
"osmTags": "amenity=restaurant" } "osmTags": "amenity=restaurant"
}
] ]
}, },
{ {
"id": "vegetarian", "id": "vegetarian",
"options": [ "options": [