From 0a759762ab5dbefce3ae88e4a48d255e7e9ba0b1 Mon Sep 17 00:00:00 2001 From: yann Date: Tue, 8 May 2018 17:08:54 +0200 Subject: [PATCH] fix typo on fr translation 'ajouter un champs' --- .../admin/src/translations/fr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/strapi-plugin-content-type-builder/admin/src/translations/fr.json b/packages/strapi-plugin-content-type-builder/admin/src/translations/fr.json index 9502a07cd8..e329060df9 100755 --- a/packages/strapi-plugin-content-type-builder/admin/src/translations/fr.json +++ b/packages/strapi-plugin-content-type-builder/admin/src/translations/fr.json @@ -31,7 +31,7 @@ "button.contentType.create": "Créer un modèle", "button.contentType.add": "Ajouter un modèle", - "button.attributes.add": "Ajouter un champs", + "button.attributes.add": "Ajouter un champ", "error.validation.required": "Ce champ est obligatoire.", "error.validation.regex": "La valeur ne correspond pas au format attendu.",