We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca3a938 + 27b30bd commit 5c814ffCopy full SHA for 5c814ff
views/rule/view.php
@@ -8,7 +8,7 @@
8
* @var mdm\admin\models\AuthItem $model
9
*/
10
$this->title = $model->name;
11
-$this->params['breadcrumbs'][] = ['label' => 'Roles', 'url' => ['index']];
+$this->params['breadcrumbs'][] = ['label' => 'Rules', 'url' => ['index']];
12
$this->params['breadcrumbs'][] = $this->title;
13
?>
14
<div class="auth-item-view">
0 commit comments