Fix typo in tagging: urinal instead of urinals

This commit is contained in:
pietervdvn 2021-07-28 17:25:08 +02:00
parent 3d1a1ed31b
commit ba84fd4a8d

View file

@ -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",