Fix typo in tagging: urinal instead of urinals
This commit is contained in:
parent
3d1a1ed31b
commit
ba84fd4a8d
1 changed files with 5 additions and 3 deletions
|
@ -30,7 +30,9 @@
|
|||
"then": "./assets/layers/toilet/wheelchair.svg"
|
||||
},
|
||||
{
|
||||
"if": "toilets:position=urinals",
|
||||
"if": {
|
||||
"or": ["toilets:position=urinals", "toilets:position=urinal"]
|
||||
},
|
||||
"then": "./assets/layers/toilet/urinal.svg"
|
||||
}
|
||||
]
|
||||
|
@ -260,7 +262,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"if": "toilets:position=urinals",
|
||||
"if": "toilets:position=urinal",
|
||||
"then": {
|
||||
"en": "There are only urinals here",
|
||||
"de": "Hier gibt es nur Pissoirs",
|
||||
|
@ -280,7 +282,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"if": "toilets:position=seated;urinals",
|
||||
"if": "toilets:position=seated;urinal",
|
||||
"then": {
|
||||
"en": "Both seated toilets and urinals are available here",
|
||||
"de": "Sowohl Sitztoiletten als auch Pissoirs sind hier verfügbar",
|
||||
|
|
Loading…
Reference in a new issue