mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-05 11:32:23 +02:00
Fix wheelchair preset
This commit is contained in:
@@ -1047,6 +1047,7 @@ locale.en = {
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
locale.zh = {
|
||||
"modes": {
|
||||
"add_area": {
|
||||
|
||||
@@ -368,7 +368,7 @@
|
||||
"no"
|
||||
],
|
||||
"icon": "wheelchair",
|
||||
"universal": "true",
|
||||
"universal": true,
|
||||
"label": "Wheelchair Access"
|
||||
},
|
||||
"wikipedia": {
|
||||
|
||||
@@ -7,6 +7,6 @@
|
||||
"no"
|
||||
],
|
||||
"icon": "wheelchair",
|
||||
"universal": "true",
|
||||
"universal": true,
|
||||
"label": "Wheelchair Access"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user