From 8d28838de4720562a89cd50166e033b7c992203f Mon Sep 17 00:00:00 2001 From: Suzana Dirla Date: Wed, 10 Oct 2018 15:52:57 +0300 Subject: [PATCH] [ACA-1859] remove translation for search facet field labels (#702) --- src/app.config.json | 8 ++++---- src/assets/i18n/en.json | 6 +++--- src/assets/i18n/fr.json | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app.config.json b/src/app.config.json index 68f59c934..e935d866c 100644 --- a/src/app.config.json +++ b/src/app.config.json @@ -209,22 +209,22 @@ { "field": "content.mimetype", "mincount": 0, - "label": "SEARCH.FACET_FIELDS.FILE_TYPE" + "label": "FileType" }, { "field": "creator", "mincount": 0, - "label": "SEARCH.FACET_FIELDS.CREATOR" + "label": "Creator" }, { "field": "modifier", "mincount": 0, - "label": "SEARCH.FACET_FIELDS.MODIFIER" + "label": "Modifier" }, { "field": "SITE", "mincount": 0, - "label": "SEARCH.FACET_FIELDS.LOCATION" + "label": "Location" } ] }, diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index e5c92f739..7f12b2bf6 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -306,14 +306,14 @@ "RELEVANCE": "Relevance", "FILENAME": "Filename", "TITLE": "Title", - "MODIFIED_DATE": "Modified Date", + "MODIFIED_DATE": "Modified date", "SIZE": "Size", "TYPE": "Type", "MODIFIER": "Modifier", "CREATE_DATE": "Created date" }, "FACET_FIELDS": { - "FILE_TYPE": "File Type", + "FILE_TYPE": "File type", "CREATOR": "Creator", "MODIFIER": "Modifier", "LOCATION": "Location" @@ -321,7 +321,7 @@ "CATEGORIES": { "MODIFIED_DATE": "Modified date", "SIZE": "Size", - "CREATED_DATE": "Created Date" + "CREATED_DATE": "Created date" } }, "CORE": { diff --git a/src/assets/i18n/fr.json b/src/assets/i18n/fr.json index 4c07d08e7..5fca2f573 100644 --- a/src/assets/i18n/fr.json +++ b/src/assets/i18n/fr.json @@ -301,7 +301,7 @@ "RELEVANCE": "Pertinence", "FILENAME": "Nom de fichier", "TITLE": "Titre", - "MODIFIED_DATE": "Date de Modification", + "MODIFIED_DATE": "Date de modification", "SIZE": "Taille", "TYPE": "Type", "MODIFIER": "Modificateur", @@ -314,7 +314,7 @@ "LOCATION": "Emplacement" }, "CATEGORIES": { - "MODIFIED_DATE": "Date de Modification", + "MODIFIED_DATE": "Date de modification", "SIZE": "Taille", "CREATED_DATE": "Date de création" }