Commit 9fa8a406 authored by Shakarim Sapa's avatar Shakarim Sapa

- Message has been corrected

parent 9afbac88
......@@ -38,7 +38,7 @@ class CasesBids extends ActiveRecordModel
{
return [
[['email', 'date'], 'required'],
[['email'], 'unique', 'message' => 'Вы уже подписаны на новости блога'],
[['email'], 'unique', 'message' => 'Вы уже подписаны на рассылки по кейсам'],
[['date'], 'safe'],
[['email'], 'string', 'max' => 255],
];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment