Skip to content

Commit

Permalink
TYPO
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredy314 authored Jun 25, 2016
1 parent 39e51a4 commit 59ed87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/forms/PasswordResetRequestForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function rules()
['email', 'exist',
'targetClass' => '\budyaga\users\models\User',
'filter' => ['status' => User::STATUS_ACTIVE],
'message' => Yii::t('users', 'USER_WITH_SUCH_EMAIL_NOT_EXISTS')
'message' => Yii::t('users', 'USER_WITH_SUCH_EMAIL_DO_NOT_EXISTS')
],
];
}
Expand Down

0 comments on commit 59ed87b

Please sign in to comment.