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": {
"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": {