fix casing of field label and reuse existing parking orientation strings

This commit is contained in:
Martin Raifer 2023-03-31 15:21:37 +02:00
parent 171af075d3
commit bba0a378ef
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
3 changed files with 9 additions and 17 deletions

View file

@ -2,12 +2,11 @@
"key": "orientation",
"type": "combo",
"label": "Orientation",
"strings": {
"options": {
"parallel": "Parallel to the Street",
"diagonal": "Diagonal in Relation to the Street",
"perpendicular": "Meets the Street at a Straight Angle"
}
},
"options": [
"parallel",
"diagonal",
"perpendicular"
],
"stringsCrossReference": "{parking/side/orientation}",
"autoSuggestions": false
}

View file

@ -8,7 +8,7 @@
"key": "parking:orientation"
},
"type": "directionalCombo",
"label": "Parking orientation",
"label": "Parking Orientation",
"strings": {
"types": {
"parking:left:orientation": "Left side",