From 740ee91bfbcee5df3ad751d32d4c9d56794c94ed Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Mon, 25 Mar 2024 10:44:47 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20typo=20diameger=E2=86=92diameter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- langs/layers/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/langs/layers/en.json b/langs/layers/en.json index 1b5bb704c..57f41a22a 100644 --- a/langs/layers/en.json +++ b/langs/layers/en.json @@ -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" } } -} \ No newline at end of file +}