Fix faulty translation on delete-mappings
This commit is contained in:
parent
a08a49abb2
commit
311da2a9b3
1 changed files with 7 additions and 1 deletions
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue