From 10b1bc6265c6d0272a2782bb05afaaf77cdd1e9d Mon Sep 17 00:00:00 2001 From: flammermann Date: Thu, 4 Jan 2024 00:37:59 +0000 Subject: [PATCH] Support date and number properties in facet search - mini fix in placeholder --- 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 12e1714e..5d7244a4 100644 --- a/umap/static/umap/js/umap.js +++ b/umap/static/umap/js/umap.js @@ -1236,7 +1236,7 @@ U.Map = L.Map.extend({ { handler: 'Input', helpEntries: 'facetKey', - placeholder: L._('Example: key1,key2|Label 2,key3|Label 3|enum|checkbox'), + placeholder: L._('Example: key1,key2|Label 2,key3|Label 3|checkbox'), label: L._('Facet keys'), }, ],