Remove '|' from label, now added in CSS

(Since #1422)
This commit is contained in:
Yohan Boniface 2023-11-27 22:44:35 +01:00
parent 1e419fc692
commit b716530f99

View file

@ -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
)