chore: deal with missing label for url_template

This commit is contained in:
David Larlet 2024-06-26 10:35:46 -04:00
parent d1ded301a5
commit 04c50c4453
No known key found for this signature in database
GPG key ID: 3E2953A359E7E7BD

View file

@ -1338,8 +1338,9 @@ U.Map = L.Map.extend({
'options.overlay.url_template',
{
handler: 'BlurInput',
helpText: `${L._('Supported scheme')}: http://{s}.domain.com/{z}/{x}/{y}.png`,
placeholder: 'url',
helpText: L._('Background overlay url'),
label: L._('Background overlay url'),
type: 'url',
},
],