From e69c03f6fb5e2cf8e79f9aa23f4e9d5b477628dd Mon Sep 17 00:00:00 2001 From: vcoppe Date: Wed, 18 Mar 2026 18:41:51 +0100 Subject: [PATCH] New translations en.json (Korean) --- website/src/locales/ko.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/locales/ko.json b/website/src/locales/ko.json index 6b0bf4384..83853bb31 100644 --- a/website/src/locales/ko.json +++ b/website/src/locales/ko.json @@ -190,7 +190,7 @@ "from": "The start point is too far from the nearest road", "via": "The via point is too far from the nearest road", "to": "The end point is too far from the nearest road", - "distance": "The end point is to far from the start point", + "distance": "The end point is too far from the start point", "connection": "No connection found between the points", "timeout": "Route calculation took too long, try adding points closer together" }