From f24fbd421fec4ae61f59d0392b32a06d24e32f1d 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 33d77d3b..88ae712c 100644 --- a/umap/static/umap/js/umap.js +++ b/umap/static/umap/js/umap.js @@ -1364,7 +1364,7 @@ L.U.Map.include({ { 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'), }, ],