From 7757dbff775de7473c145eeb72123fe3f254aa82 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Tue, 29 Sep 2020 10:09:55 +0100 Subject: [PATCH] fix placeholder (#1692) --- src/app.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.config.json b/src/app.config.json index 778365cb1..7a2d03a0c 100644 --- a/src/app.config.json +++ b/src/app.config.json @@ -392,7 +392,7 @@ "settings": { "pattern": "cm:name:'(.*?)'", "field": "cm:name", - "placeholder": "Enter the name", + "placeholder": "SEARCH.SEARCH_HEADER.FILTERS.NAME.PLACEHOLDER", "searchPrefix" : "*", "searchSuffix" : "*" }