Commit 67e7531d authored by Shakarim Sapa's avatar Shakarim Sapa

- Отредактированы заголовки полей в модели

parent 069ab022
...@@ -47,9 +47,9 @@ class MessageTemplate extends \common\components\ActiveRecordModel ...@@ -47,9 +47,9 @@ class MessageTemplate extends \common\components\ActiveRecordModel
{ {
return [ return [
'id' => 'ID', 'id' => 'ID',
'name' => 'Name', 'name' => 'Название',
'template' => 'Template', 'template' => 'Шаблон',
'created_at' => 'Created At', 'created_at' => 'Дата создания',
]; ];
} }
} }
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