From 9313b6477ed6616c981941bb76bdcb32474846c0 Mon Sep 17 00:00:00 2001 From: Suzana Dirla Date: Thu, 8 Nov 2018 18:02:53 +0200 Subject: [PATCH] [ACA-1934] Fix search facet fields translation (#791) --- src/app.config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app.config.json b/src/app.config.json index 50d4fd429..c56fbe2ee 100644 --- a/src/app.config.json +++ b/src/app.config.json @@ -216,22 +216,22 @@ { "field": "content.mimetype", "mincount": 0, - "label": "FileType" + "label": "SEARCH.FACET_FIELDS.FILE_TYPE" }, { "field": "creator", "mincount": 0, - "label": "Creator" + "label": "SEARCH.FACET_FIELDS.CREATOR" }, { "field": "modifier", "mincount": 0, - "label": "Modifier" + "label": "SEARCH.FACET_FIELDS.MODIFIER" }, { "field": "SITE", "mincount": 0, - "label": "Location" + "label": "SEARCH.FACET_FIELDS.LOCATION" } ] },