forked from MapComplete/MapComplete
Fix typo diameger→diameter
This commit is contained in:
parent
10235cb89b
commit
740ee91bfb
1 changed files with 3 additions and 3 deletions
|
@ -4022,9 +4022,9 @@
|
|||
"question": "What is the depth of this elevator?",
|
||||
"render": "This elevator has a depth of {canonical(length)}"
|
||||
},
|
||||
"elevator-diameger": {
|
||||
"elevator-diameter": {
|
||||
"question": "What is the diameter of this elevator?",
|
||||
"render": "This elevator has a diameger of {canonical(diameter)}"
|
||||
"render": "This elevator has a diameter of {canonical(diameter)}"
|
||||
},
|
||||
"elevator-shape": {
|
||||
"mappings": {
|
||||
|
@ -11243,4 +11243,4 @@
|
|||
"render": "wind turbine"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue