Commit f8f2bab3 authored by Shakarim Sapa's avatar Shakarim Sapa

- Модель таблицы курсов. Добавлены заголовки на русском

parent 38fb22ca
...@@ -41,9 +41,9 @@ class AnalyticsSchoolCourse extends \yii\db\ActiveRecord ...@@ -41,9 +41,9 @@ class AnalyticsSchoolCourse extends \yii\db\ActiveRecord
{ {
return [ return [
'id' => 'ID', 'id' => 'ID',
'name' => 'Name', 'name' => 'Название курса',
'description' => 'Description', 'description' => 'Описание',
'image' => 'Image', 'image' => 'Изображение',
]; ];
} }
} }
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