From b90d27cdff7893b6e814cc0a93272d193114e81b Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 7 Nov 2013 12:14:04 -0800 Subject: [PATCH] Tweak attribution --- app/assets/javascripts/index.js | 2 +- config/locales/en.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/index.js b/app/assets/javascripts/index.js index 7ed89681e..1ea1d7c7f 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 b1826637d..ee316f055 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -2152,7 +2152,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 -- 2.43.2