Skip to content

Commit

Permalink
Language fix
Browse files Browse the repository at this point in the history
NielsHolt committed Oct 31, 2023
1 parent 2630500 commit 63ba431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map/map-sync.js
Original file line number Diff line number Diff line change
@@ -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({

0 comments on commit 63ba431

Please sign in to comment.