From 04c50c445326f6899cb9645aeb3a89c581dfea18 Mon Sep 17 00:00:00 2001 From: David Larlet Date: Wed, 26 Jun 2024 10:35:46 -0400 Subject: [PATCH] chore: deal with missing label for url_template --- umap/static/umap/js/umap.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/umap/static/umap/js/umap.js b/umap/static/umap/js/umap.js index 79348124..9213f327 100644 --- a/umap/static/umap/js/umap.js +++ b/umap/static/umap/js/umap.js @@ -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', }, ],