From 74eb9c154e372e9ac23c65380d9203982f50e113 Mon Sep 17 00:00:00 2001 From: "madhu.sr" <madhu.sr@vtigersolutions.com> Date: Sun, 24 Mar 2024 13:13:56 +0530 Subject: [PATCH] =?UTF-8?q?#Fixes::158903896::madhusr::when=20we=20change?= =?UTF-8?q?=20the=20language=20to=20'Pack=20de=20langue=20fran=C3=A7ais'?= =?UTF-8?q?=20showing=20with=20the=20500=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/vtiger/translations/French/modules/Vtiger.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/vtiger/translations/French/modules/Vtiger.php b/pkg/vtiger/translations/French/modules/Vtiger.php index 4cfa20675..c8f8b3c9d 100644 --- a/pkg/vtiger/translations/French/modules/Vtiger.php +++ b/pkg/vtiger/translations/French/modules/Vtiger.php @@ -29,7 +29,7 @@ $languageStrings = array( 'LBL_DELETE' => 'Supprimer' , 'LBL_SETTINGS' => 'Configuration' , 'LBL_ADD_COMMENT' => 'Ajouter un Commentaire' , - 'LBL_EDIT_FIELDS' => 'Champs & Layout%' , + 'LBL_EDIT_FIELDS' => '%s Champs & Layout' , 'LBL_EDIT_WORKFLOWS' => '%s Workflows' , 'LBL_EDIT_PICKLIST_VALUES' => 'Picklists Valeurs' , 'LBL_EDIT_MAILSCANNER' => 'Convertir les Emails' , -- GitLab