From 43055d8704823b857223e30cdc557c8abe92e6d2 Mon Sep 17 00:00:00 2001 From: drummer83 Date: Mon, 22 Feb 2021 21:29:42 +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. So no good idea to change that. To make the page title independent from 'label_map' the title string is changed to 'map_title' (like on shops page, producers page etc.). --- app/views/map/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/map/index.html.haml b/app/views/map/index.html.haml index 741fa67064..42b0000d19 100644 --- a/app/views/map/index.html.haml +++ b/app/views/map/index.html.haml @@ -1,5 +1,5 @@ - content_for(:title) do - = t :label_map + = t :map_title - content_for :injection_data do = inject_available_countries