Skip to content

Commit 5c814ff

Browse files
committed
Merge pull request #152 from ipanardian/patch-1
Update view.php
2 parents ca3a938 + 27b30bd commit 5c814ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/rule/view.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @var mdm\admin\models\AuthItem $model
99
*/
1010
$this->title = $model->name;
11-
$this->params['breadcrumbs'][] = ['label' => 'Roles', 'url' => ['index']];
11+
$this->params['breadcrumbs'][] = ['label' => 'Rules', 'url' => ['index']];
1212
$this->params['breadcrumbs'][] = $this->title;
1313
?>
1414
<div class="auth-item-view">

0 commit comments

Comments
 (0)