N°2039 - Improve title / message for set input with a minimum item constraint

This commit is contained in:
Molkobain
2024-05-02 13:46:51 +02:00
parent 848c4bb979
commit 188a3fe3cc
4 changed files with 11 additions and 4 deletions

View File

@@ -18,5 +18,7 @@
*/
// Input
Dict::Add('FR FR', 'French', 'Français', array(
'UI:Component:Input:Password:DoesNotMatch' => 'Passwords do not match~~',
'UI:Component:Input:ChangeNotAllowed' => 'Cette modification n\'est pas autorisée',
'UI:Component:Input:Password:DoesNotMatch' => 'Les mots de passe ne correspondent pas',
'UI:Component:Input:Set:MinimumItems' => 'Minimum %1$s élément(s) requis',
));