From 26a5f525f435a9f3e0df243c7b9a4788529ea00c Mon Sep 17 00:00:00 2001 From: Emmanuel Beauchamps Date: Sat, 21 Dec 2024 13:47:24 +0100 Subject: [PATCH] Update --- resources/lang/fr/fieldtypes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/fr/fieldtypes.php b/resources/lang/fr/fieldtypes.php index bb4d7afb92..12caa80209 100644 --- a/resources/lang/fr/fieldtypes.php +++ b/resources/lang/fr/fieldtypes.php @@ -169,8 +169,8 @@ 'slug.config.show_regenerate' => 'Affiche le bouton pour régénérer l’identifiant à partir du champ cible.', 'slug.title' => 'Slug', 'structures.title' => 'Structures', - 'table.config.max_columns' => 'Définissez un nombre maxi de colonnes', - 'table.config.max_rows' => 'Définissez un nombre maxi de rangées', + 'table.config.max_columns' => 'Définissez un nombre maxi de colonnes.', + 'table.config.max_rows' => 'Définissez un nombre maxi de rangées.', 'table.title' => 'Table', 'taggable.config.options' => 'Fournit des balises pré-définies qui peuvent être sélectionnées.', 'taggable.config.placeholder' => 'Saisissez et appuyez sur ↩ Entrée',