From 649b273b9767e3d034763e706a14f14d2b6a0979 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Wed, 30 Sep 2020 23:09:48 +0200 Subject: [PATCH] Different (shorter) phrasings of access --- State.ts | 2 +- assets/layers/bike_parking/bike_parking.json | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/State.ts b/State.ts index a3f163d..4b525e2 100644 --- a/State.ts +++ b/State.ts @@ -23,7 +23,7 @@ export class State { // The singleton of the global state public static state: State; - public static vNumber = "0.0.9a"; + public static vNumber = "0.0.9b"; // The user journey states thresholds when a new feature gets unlocked public static userJourney = { diff --git a/assets/layers/bike_parking/bike_parking.json b/assets/layers/bike_parking/bike_parking.json index 36976a7..a47fa77 100644 --- a/assets/layers/bike_parking/bike_parking.json +++ b/assets/layers/bike_parking/bike_parking.json @@ -202,22 +202,22 @@ { "if": "access=yes", "then": { - "en": "Public - Everyone has legal right of access, such as city provided bike parking in right of way", + "en": "Publicly accessible", "nl": "Publiek toegankelijke fietsenstalling" } }, - { - "if": "access=private", - "then": { - "en": "Private - Access is primarily limited to member of a school, company or organisation", - "nl": "Private fietsenstalling (fietsenstalling van een school, een bedrijf, ...)" - } - }, { "if": "access=customers", "then": { - "en": "Customers - Access is primarily for visitors to a business", - "nl": "Klanten van de zaak of winkel die deze fietsenstalling plaatste" + "en": "Access is primarily for visitors to a business", + "nl": "Klanten van de zaak of winkel" + } + }, + { + "if": "access=private", + "then": { + "en": "Access is limited to members of a school, company or organisation", + "nl": "Private fietsenstalling van een school, een bedrijf, ..." } } ]