From 607a865253ac13a6de587d671c56adb74a0b07aa Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Sun, 15 Jun 2025 15:24:44 +0300 Subject: [PATCH] Use unabbreviated labels in units buttons --- app/views/directions/show.html.erb | 4 ++-- config/locales/en.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/directions/show.html.erb b/app/views/directions/show.html.erb index e3b0bfdbe..a1ce16d1f 100644 --- a/app/views/directions/show.html.erb +++ b/app/views/directions/show.html.erb @@ -92,10 +92,10 @@
- + - +
diff --git a/config/locales/en.yml b/config/locales/en.yml index 267837291..613497d73 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1561,8 +1561,8 @@ en: time: "Time" ascend: "Ascend" descend: "Descend" - button_km: "km" - button_mi: "mi" + kilometers: "kilometers" + miles_feet: "miles, feet" download: "Download route as GeoJSON" filename: "route" directions_courtesy_html: "Directions courtesy of %{link}" -- 2.39.5