From a3fb036cc2c266a30bbc672b3194348712248a3e Mon Sep 17 00:00:00 2001 From: Camille Moinier Date: Mon, 8 Jan 2024 12:07:20 +0100 Subject: [PATCH] fix(me): fix translation --- translations/fr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/fr.json b/translations/fr.json index 0eec3945d2..84595a4888 100644 --- a/translations/fr.json +++ b/translations/fr.json @@ -29,7 +29,7 @@ "dashboard.records.userDetail": "Nom", "dashboard.records.userEmail": "Email", "dashboard.records.username": "Nom d'utilisateur", - "dashboard.records.users": "{count, plural, =1{utlisateur} other{utilisateurs}}", + "dashboard.records.users": "{count, plural, =1{utilisateur} other{utilisateurs}}", "datafeeder.analysisProgressBar.illustration.fileFormatDetection": "Détection du \n format de fichier", "datafeeder.analysisProgressBar.illustration.gatheringDatasetInformation": "Récupération des informations \n sur le jeu de données", "datafeeder.analysisProgressBar.illustration.samplingData": "Sampling \n des données",