diff --git a/AtLeastValidator.php b/AtLeastValidator.php index 4e8ec47..65d15f8 100644 --- a/AtLeastValidator.php +++ b/AtLeastValidator.php @@ -137,7 +137,7 @@ public function clientValidateAttribute($model, $attribute, $view) '{attributes}' => implode(Yii::t('messages', ' or '), $attributesLabels), ]); - $form = strtolower($model->formName()); + $form = $model->formName(); return << 'يجب عليك ملء {min} من الحفول التالية {attributes} على الأقل', + ' or ' => ' أو ', +]; +