From 63ba4315bddeb85d5de355de80d1ce827bef4f57 Mon Sep 17 00:00:00 2001 From: Niels Holt Date: Tue, 31 Oct 2023 14:01:16 +0100 Subject: [PATCH] Language fix --- src/map/map-sync.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/map-sync.js b/src/map/map-sync.js index 090e872..c1b1c3c 100644 --- a/src/map/map-sync.js +++ b/src/map/map-sync.js @@ -108,7 +108,7 @@ Objects and methods to handle map-sync if (zoomOffset == 0) text = {da: 'Samme som hovedkort', en:'Same as main map'}; else - text = {da: zoomOffset+ ' x zoom ind', en: zoomOffset+ ' x zoom ind'}; + text = {da: zoomOffset+ ' x zoom ind', en: zoomOffset+ ' x zoom in'}; zoomItems.push( {id: 'zoomOffset_'+zoomOffset, text: text} ); } content.push({