From b716530f9948a7e330735d1c82185cf5b9363120 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 27 Nov 2023 22:44:35 +0100 Subject: [PATCH] Remove '|' from label, now added in CSS (Since #1422) --- umap/static/umap/js/umap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/static/umap/js/umap.js b/umap/static/umap/js/umap.js index ab16ec5c..48944b51 100644 --- a/umap/static/umap/js/umap.js +++ b/umap/static/umap/js/umap.js @@ -1765,7 +1765,7 @@ L.U.Map.include({ L.DomUtil.createButton( 'umap-open-filter-link flat', container, - ` | ${L._('Select data')}`, + L._('Select data'), this.openFacet, this )