Commit ced33c25 authored by Shakarim Sapa's avatar Shakarim Sapa

- Attribute labels has been updated

parent 091d1453
...@@ -52,7 +52,7 @@ class BlogBids extends ActiveRecordModel { ...@@ -52,7 +52,7 @@ class BlogBids extends ActiveRecordModel {
return [ return [
'id' => 'ID', 'id' => 'ID',
'email' => 'Email', 'email' => 'Email',
'date' => 'Date', 'date' => 'Дата подписки',
]; ];
} }
......
...@@ -89,7 +89,7 @@ class CasesBids extends ActiveRecordModel ...@@ -89,7 +89,7 @@ class CasesBids extends ActiveRecordModel
return [ return [
'id' => 'ID', 'id' => 'ID',
'email' => 'Email', 'email' => 'Email',
'date' => 'Date', 'date' => 'Дата подписки',
]; ];
} }
} }
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