Skip to content

Commit e0414bb

Browse files
matkoniecztyrasd
andauthored
add descriptions of bicycle parkings (#608)
* add descriptions of bicycle parkings * tweak capitalization of strings Co-authored-by: Martin Raifer <martin@raifer.tech>
1 parent dc751e4 commit e0414bb

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

data/fields/bicycle_parking.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"key": "bicycle_parking",
33
"type": "combo",
4-
"label": "Type"
4+
"label": "Type",
5+
"strings": {
6+
"options": {
7+
"stands": "Stand (supports bicycle frame)",
8+
"wall_loops": "Wheelbender (supports wheel only)",
9+
"shed": "Closed Shed",
10+
"lockers": "Individual Lockers",
11+
"building": "In a Building",
12+
"handlebar_holder": "Handlebar Holder"
13+
}
14+
}
515
}

0 commit comments

Comments
 (0)