diff --git a/assets/layers/charging_station/charging_station.protojson b/assets/layers/charging_station/charging_station.protojson
index 55ee409cbe..0f8f41f6d1 100644
--- a/assets/layers/charging_station/charging_station.protojson
+++ b/assets/layers/charging_station/charging_station.protojson
@@ -144,12 +144,7 @@
}
},
{
- "if": {
- "or": [
- "access=permissive",
- "access=public"
- ]
- },
+ "if": "access=public",
"then": {
"en": "Anyone can use this charging station (payment might be needed)",
"nl": "Toegankelijk voor iedereen (mogelijks met aanmelden en/of te betalen)"
@@ -176,6 +171,12 @@
"en": "Not accessible to the general public (e.g. only accessible to the owners, employees, ...)",
"nl": "Niet toegankelijk voor het publiek
Bv. enkel toegankelijk voor de eigenaar, medewerkers ,... "
}
+ },
+ {
+ "if": "access=permissive",
+ "then": {
+ "en": "This charging station is accessible to the public during certain hours or conditions. Restrictions might apply, but general use is allowed."
+ }
}
]
},