Tweak attribution
This commit is contained in:
parent
8f3e6ca6d7
commit
b90d27cdff
2 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
|
@ -2152,7 +2152,7 @@ en:
|
|||
overlays: Enable overlays for troubleshooting the map
|
||||
title: "Layers"
|
||||
copyright: "© <a href='%{copyright_url}'>OpenStreetMap contributors</a>"
|
||||
donate_link_text: "♥ <a class='donate-attr' href='%{donate_url}'>Make a Donation</a>"
|
||||
donate_link_text: "<a class='donate-attr' href='%{donate_url}'>Make a Donation</a>"
|
||||
site:
|
||||
edit_tooltip: Edit the map
|
||||
edit_disabled_tooltip: Zoom in to edit the map
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue