From 755c84c7a0cc893ef134cbf2f2603fa0e6d4f6f5 Mon Sep 17 00:00:00 2001 From: Gloria Broadbent Date: Tue, 7 Jan 2020 12:41:41 +0000 Subject: [PATCH] Fix for LOC-186 - mistranslation in French (#5358) --- lib/core/i18n/fr.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/core/i18n/fr.json b/lib/core/i18n/fr.json index 41b10abc31..f90a23f3d4 100755 --- a/lib/core/i18n/fr.json +++ b/lib/core/i18n/fr.json @@ -96,7 +96,7 @@ } }, "FOLDER_DIALOG": { - "CREATE_FOLDER_TITLE": "Créer un nouveau filtre", + "CREATE_FOLDER_TITLE": "Créer un nouveau dossier", "EDIT_FOLDER_TITLE": "Modifier le dossier", "FOLDER_NAME": { "LABEL": "Nom", @@ -488,4 +488,4 @@ "CLICK_TO_COPY": "Cliquer pour copier", "SUCCESS_COPY": "Texte copié dans le presse-papiers" } -} \ No newline at end of file +}