Merge pull request #1828 from FloEdelmann/patch-1

Fix typo diameger→diameter
This commit is contained in:
Pieter Vander Vennet 2024-03-25 10:48:56 +01:00 committed by GitHub
commit efb02d3f54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -258,14 +258,14 @@
} }
}, },
{ {
"id": "elevator-diameger", "id": "elevator-diameter",
"condition": { "condition": {
"or": [ "or": [
"shape=circular" "shape=circular"
] ]
}, },
"render": { "render": {
"en": "This elevator has a diameger of {canonical(diameter)}" "en": "This elevator has a diameter of {canonical(diameter)}"
}, },
"question": { "question": {
"en": "What is the diameter of this elevator?" "en": "What is the diameter of this elevator?"

View file

@ -4022,9 +4022,9 @@
"question": "What is the depth of this elevator?", "question": "What is the depth of this elevator?",
"render": "This elevator has a depth of {canonical(length)}" "render": "This elevator has a depth of {canonical(length)}"
}, },
"elevator-diameger": { "elevator-diameter": {
"question": "What is the diameter of this elevator?", "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": { "elevator-shape": {
"mappings": { "mappings": {
@ -11243,4 +11243,4 @@
"render": "wind turbine" "render": "wind turbine"
} }
} }
} }