From 5194b4e5d186ecda352485e1dc439435cf5eb552 Mon Sep 17 00:00:00 2001 From: arditdomi <32884230+arditdomi@users.noreply.github.com> Date: Fri, 26 Jun 2020 11:37:07 +0100 Subject: [PATCH] [ACA-3471] too long french translation doesn't fix in the UI (#1499) --- src/assets/i18n/fr.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/assets/i18n/fr.json b/src/assets/i18n/fr.json index fbd8f596f..082e95c2d 100644 --- a/src/assets/i18n/fr.json +++ b/src/assets/i18n/fr.json @@ -512,8 +512,8 @@ "CORE": { "METADATA": { "ACTIONS": { - "SAVE": "Enregistrer les modifications", - "CANCEL": "Ignorer les modifications" + "SAVE": "Enregistrer les modif.", + "CANCEL": "Ignorer les modif." } } }, @@ -546,4 +546,4 @@ "BASELINE-LOCK-24PX": "fichier verrouillé" } } -} \ No newline at end of file +}