]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
Корректировки по таблице
authorfomichev <vladimir.fomichev@erp-flowers.ru>
Tue, 4 Feb 2025 06:49:14 +0000 (09:49 +0300)
committerfomichev <vladimir.fomichev@erp-flowers.ru>
Tue, 4 Feb 2025 06:49:14 +0000 (09:49 +0300)
erp24/views/bonus-levels/update.php

index 9fe7e3445ccc877437a1ac740b80dd7b3efdfa3d..e4f0914888535a5fb680b7fc8c3986644657ef07 100644 (file)
@@ -5,7 +5,7 @@ use yii\helpers\Html;
 /** @var yii\web\View $this */
 /** @var yii_app\records\BonusLevels $model */
 
-$this->title = 'Update Bonus Levels: ' . $model->name;
+$this->title = 'Изменение: ' . $model->name;
 $this->params['breadcrumbs'][] = ['label' => 'Bonus Levels', 'url' => ['index']];
 $this->params['breadcrumbs'][] = ['label' => $model->name, 'url' => ['view', 'id' => $model->id]];
 $this->params['breadcrumbs'][] = 'Update';