Commit 2d2fbb2b authored by Shakarim Sapa's avatar Shakarim Sapa

- Изменили заголовки в модели

parent cd8607fe
...@@ -40,8 +40,8 @@ class UserStopWords extends \yii\db\ActiveRecord ...@@ -40,8 +40,8 @@ class UserStopWords extends \yii\db\ActiveRecord
{ {
return [ return [
'id' => 'ID', 'id' => 'ID',
'active' => 'Active', 'active' => 'Активно',
'word' => 'Word', 'word' => 'Слово',
]; ];
} }
} }
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