Commit 80216099bedad0c7b3a0982c88a97253375ff9ba

Authored by Volodymyr
1 parent f3137bc1

product fix

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
backend/views/tile/view.php
... ... @@ -8,7 +8,7 @@ use yii\widgets\DetailView;
8 8 /* @var $model common\models\Objectkb */
9 9  
10 10 $this->title = $model->id;
11   -$this->params['breadcrumbs'][] = ['label' => Yii::t('app', 'Objectkbs'), 'url' => ['index']];
  11 +$this->params['breadcrumbs'][] = ['label' => Yii::t('app', 'Tiles'), 'url' => ['index']];
12 12 $this->params['breadcrumbs'][] = $this->title;
13 13 ?>
14 14 <div class="objectkb-view">
... ...