From 51856e517d0e4bb919ddbac114004a4abde60fc9 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Mon, 10 Jan 2022 19:38:02 +0100 Subject: [PATCH] use simpler language for parking orientation descriptions (closes #299) --- data/fields/parking/orientation.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/fields/parking/orientation.json b/data/fields/parking/orientation.json index 76754fc6..dfc4a297 100644 --- a/data/fields/parking/orientation.json +++ b/data/fields/parking/orientation.json @@ -4,9 +4,9 @@ "label": "Orientation", "strings": { "options": { - "parallel": "Parallel to the Carriage Way", - "diagonal": "Diagonal in Relation to the Carriage Way", - "perpendicular": "Meets the Carriage Way at a Straight Angle" + "parallel": "Parallel to the Street", + "diagonal": "Diagonal in Relation to the Street", + "perpendicular": "Meets the Street at a Straight Angle" } } }