From aa7e6565db29de38af897154cd968ba9f6720d77 Mon Sep 17 00:00:00 2001
From: pietervdvn
Date: Fri, 11 Mar 2022 02:40:27 +0100
Subject: [PATCH] Small fix to playgrounds
---
assets/layers/playground/playground.json | 14 ++++++--------
langs/layers/en.json | 2 +-
2 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/assets/layers/playground/playground.json b/assets/layers/playground/playground.json
index d7c7e9fafc..b8eff0c6e7 100644
--- a/assets/layers/playground/playground.json
+++ b/assets/layers/playground/playground.json
@@ -297,16 +297,14 @@
]
},
{
- "if": {
- "and": [
- "fee=yes",
- "access=customers"
- ]
- },
+ "if": "fee=yes",
"then": {
- "en": "This is a paid
playground",
+ "en": "This is a paid playground",
"nl": "Er moet betaald worden om deze speeltuin te mogen gebruiken"
- }
+ },
+ "addExtraTags": [
+ "access=customers"
+ ]
},
{
"if": "access=customers",
diff --git a/langs/layers/en.json b/langs/layers/en.json
index 47c9dfeb5b..23059de340 100644
--- a/langs/layers/en.json
+++ b/langs/layers/en.json
@@ -3921,7 +3921,7 @@
"then": "Accessible to the general public"
},
"1": {
- "then": "This is a paid playground"
+ "then": "This is a paid playground"
},
"2": {
"then": "Only accessible for clients of the operating business"