mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°2039 - Improve title / message for set input with a minimum item constraint
This commit is contained in:
@@ -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',
|
||||
));
|
||||
Reference in New Issue
Block a user