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

@@ -19,6 +19,7 @@
// Input
Dict::Add('EN US', 'English', 'English', array(
'UI:Component:Input:ChangeNotAllowed' => 'This change is not allowed',
'UI:Component:Input:Password:DoesNotMatch' => 'Passwords do not match',
'UI:Component:Input:Set:MinimumItems' => 'Minimum %1$s items required',
'UI:Component:Input:Set:MinimumItems' => 'Minimum %1$s item(s) required',
));