diff --git a/assets/layers/filters/filters.json b/assets/layers/filters/filters.json index 97e293595..181b3f8d2 100644 --- a/assets/layers/filters/filters.json +++ b/assets/layers/filters/filters.json @@ -61,7 +61,10 @@ "id": "has_image", "options": [ { - "question": "With and without images" + "question": { + "en":"With and without images", + "nl": "Met en zonder afbeelding" + } }, { "question": { @@ -170,4 +173,4 @@ ] } ] -} \ No newline at end of file +}