translate buttons and breadcrumbs

This commit is contained in:
Leorne
2019-12-06 12:05:14 +03:00
parent 48001992ff
commit a8e2543313
8 changed files with 11 additions and 11 deletions

View File

@ -6,9 +6,9 @@ use yii\helpers\Html;
/* @var $model common\models\Accesses */
$this->title = 'Редактировать доступ: ' . $model->name;
$this->params['breadcrumbs'][] = ['label' => 'Accesses', 'url' => ['index']];
$this->params['breadcrumbs'][] = ['label' => 'Доступы', 'url' => ['index']];
$this->params['breadcrumbs'][] = ['label' => $model->name, 'url' => ['view', 'id' => $model->id]];
$this->params['breadcrumbs'][] = 'Update';
$this->params['breadcrumbs'][] = 'Редактировать';
?>
<div class="accesses-update">