From 7e01b76af28d9c8cc73ab96b436a76738efc495c Mon Sep 17 00:00:00 2001 From: drummer83 Date: Mon, 22 Feb 2021 22:13:46 +0100 Subject: [PATCH] Create independent title string for 'Map' page The "map" page didn't have a separate Transifex string for the page title. Instead the string 'label_map' was being used, which is also used elsewhere on the website. To make the page title independent from 'label_map' the title string 'map_title' is added (like on shops page, producers page etc.). --- config/locales/en.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/locales/en.yml b/config/locales/en.yml index 41ce17bb63..cc5adaf6b0 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1682,6 +1682,7 @@ See the %{link} to find out more about %{sitename}'s features and to start using maps_open: "Open" maps_closed: "Closed" + map_title: "Map" hubs_buy: "Shop for:" hubs_shopping_here: "Shopping here"