From 55bec9806f6c32789ae7c27519932babb9d63ea1 Mon Sep 17 00:00:00 2001 From: James Lyne Date: Tue, 22 Dec 2020 20:02:21 +0000 Subject: [PATCH] Tweak link button --- src/leaflet/control/LinkControl.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/leaflet/control/LinkControl.ts b/src/leaflet/control/LinkControl.ts index 4a018de..9d5ced9 100644 --- a/src/leaflet/control/LinkControl.ts +++ b/src/leaflet/control/LinkControl.ts @@ -36,9 +36,9 @@ export class LinkControl extends Control { const linkButton = DomUtil.create('button', 'leaflet-control-link') as HTMLButtonElement; linkButton.type = 'button'; - linkButton.title = 'Link'; + linkButton.title = 'Copy link to current location'; linkButton.innerHTML = ` - + `;