Skip to content

Commit

Permalink
Merge pull request #5 from Fredy314/patch-2
Browse files Browse the repository at this point in the history
TYPO
  • Loading branch information
krivochenko authored Jun 25, 2016
2 parents 3c43dfd + 59ed87b commit 119fc6b
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 119fc6b

Please sign in to comment.