diff --git a/framework/messages/he/yii.php b/framework/messages/he/yii.php index f78b0126d4..bd394926de 100644 --- a/framework/messages/he/yii.php +++ b/framework/messages/he/yii.php @@ -69,7 +69,7 @@ return [ '{attribute} must be greater than or equal to "{compareValue}".' => '{attribute} חייב להיות גדול מ או שווה "{compareValue}".', '{attribute} must be less than "{compareValue}".' => '{attribute} חייב להיות פחות מ "{compareValue}".', '{attribute} must be less than or equal to "{compareValue}".' => '{attribute} חייב להיות פחות מ או שווה "{compareValue}".', - '{attribute} must be no greater than {max}.' => '{attribute} חייב להיות לא יותר מ "{compareValue}".', + '{attribute} must be no greater than {max}.' => '{attribute} חייב להיות לא יותר מ "{max}".', '{attribute} must be no less than {min}.' => '{attribute} חייב להיות לא פחות מ "{min}".', '{attribute} must be repeated exactly.' => '{attribute} חייב להיות מוחזר בדיוק.', '{attribute} must not be equal to "{compareValue}".' => '{attribute} חייב להיות שווה ל "{compareValue}"',