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

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

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