From: Eden Halperin Date: Wed, 6 Nov 2013 21:19:43 +0000 (-0500) Subject: Fix donate link in attribution X-Git-Tag: live~4625^2~168 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/726db77827fa71133cc9762c3bf295189269ebb5 Fix donate link in attribution --- diff --git a/app/assets/javascripts/index.js b/app/assets/javascripts/index.js index c04e933ff..d1adaeff3 100644 --- a/app/assets/javascripts/index.js +++ b/app/assets/javascripts/index.js @@ -37,7 +37,7 @@ $(document).ready(function () { var layers = [ new L.OSM.Mapnik({ - attribution: copyright + ' ' + donate, + attribution: copyright+" – "+donate, code: "M", keyid: "mapnik", name: I18n.t("javascripts.map.base.standard") diff --git a/config/locales/en.yml b/config/locales/en.yml index b43eed0d2..a72ad287c 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -2172,7 +2172,7 @@ en: overlays: Enable overlays for troubleshooting the map title: "Layers" copyright: "© OpenStreetMap contributors" - donate_link_text: "" + donate_link_text: "" site: edit_tooltip: Edit the map edit_disabled_tooltip: Zoom in to edit the map