forked from MapComplete/MapComplete
Small fix to playgrounds
This commit is contained in:
parent
0497b10e04
commit
aa7e6565db
2 changed files with 7 additions and 9 deletions
|
@ -297,16 +297,14 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"fee=yes",
|
||||
"access=customers"
|
||||
]
|
||||
},
|
||||
"if": "fee=yes",
|
||||
"then": {
|
||||
"en": "This is a <b>paid</p> playground",
|
||||
"en": "This is a <b>paid</b> playground",
|
||||
"nl": "Er moet <b>betaald</b> worden om deze speeltuin te mogen gebruiken"
|
||||
}
|
||||
},
|
||||
"addExtraTags": [
|
||||
"access=customers"
|
||||
]
|
||||
},
|
||||
{
|
||||
"if": "access=customers",
|
||||
|
|
|
@ -3921,7 +3921,7 @@
|
|||
"then": "Accessible to the general public"
|
||||
},
|
||||
"1": {
|
||||
"then": "This is a <b>paid</p> playground"
|
||||
"then": "This is a <b>paid</b> playground"
|
||||
},
|
||||
"2": {
|
||||
"then": "Only accessible for clients of the operating business"
|
||||
|
|
Loading…
Reference in a new issue