Fix faulty translation on delete-mappings

This commit is contained in:
pietervdvn 2022-07-06 17:25:29 +02:00
parent a08a49abb2
commit 311da2a9b3

View file

@ -814,10 +814,16 @@
"deletion": { "deletion": {
"nonDeleteMappings": [ "nonDeleteMappings": [
{ {
"if": "amenity=cafe", "if": "amenity=pub",
"then": { "then": {
"en": "This is actually a pub" "en": "This is actually a pub"
} }
},
{
"if": "amenity=cafe",
"then": {
"en": "This is actually a cafe"
}
} }
], ],
"softDeletionTags": { "softDeletionTags": {