From 7913592b5e959750d76264c0a817b735c38aea85 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 25 Feb 2018 20:56:17 +0000 Subject: [PATCH] Fix translation keys for on ramps --- config/locales/en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index fb735cd6c..10c9a8d24 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -2339,7 +2339,7 @@ en: offramp_right_with_name_directions: Take the ramp on the right onto %{name}, towards %{directions} onramp_right_without_exit: Turn right on the ramp onto %{name} onramp_right_with_directions: Turn right onto the ramp towards %{directions} - onramp_right_with_name_and_directions: Turn right on the ramp onto %{name}, towards %{directions} + onramp_right_with_name_directions: Turn right on the ramp onto %{name}, towards %{directions} onramp_right_without_directions: Turn right onto the ramp endofroad_right_without_exit: At the end of the road turn right onto %{name} merge_right_without_exit: Merge right onto %{name} @@ -2359,7 +2359,7 @@ en: offramp_left_with_name_directions: Take the ramp on the left onto %{name}, towards %{directions} onramp_left_without_exit: Turn left on the ramp onto %{name} onramp_left_with_directions: Turn left onto the ramp towards %{directions} - onramp_left_with_name_and_directions: Turn left on the ramp onto %{name}, towards %{directions} + onramp_left_with_name_directions: Turn left on the ramp onto %{name}, towards %{directions} onramp_left_without_directions: Turn left onto the ramp endofroad_left_without_exit: At the end of the road turn left onto %{name} merge_left_without_exit: Merge left onto %{name} -- 2.43.2