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 = ` - + `;