From 311da2a9b3a673ee4022341c20b2be3f3c65501b Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Wed, 6 Jul 2022 17:25:29 +0200 Subject: [PATCH] Fix faulty translation on delete-mappings --- assets/layers/food/food.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/assets/layers/food/food.json b/assets/layers/food/food.json index ef7cfa9bd0..7289dfe158 100644 --- a/assets/layers/food/food.json +++ b/assets/layers/food/food.json @@ -814,10 +814,16 @@ "deletion": { "nonDeleteMappings": [ { - "if": "amenity=cafe", + "if": "amenity=pub", "then": { "en": "This is actually a pub" } + }, + { + "if": "amenity=cafe", + "then": { + "en": "This is actually a cafe" + } } ], "softDeletionTags": {