Skip to content

Commit

Permalink
Rename the 'Permissions' tab to 'Roles'
Browse files Browse the repository at this point in the history
  • Loading branch information
lippserd committed Nov 25, 2014
1 parent 974357c commit e5d8fc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions application/controllers/ConfigController.php
Expand Up @@ -32,9 +32,9 @@ public function init()
))->add('resources', array(
'title' => $this->translate('Resources'),
'url' => 'config/resource'
))->add('permissions', array(
'title' => $this->translate('Permissions'),
'url' => 'permissions'
))->add('roles', array(
'title' => $this->translate('Roles'),
'url' => 'roles'
));
}

Expand Down

0 comments on commit e5d8fc7

Please sign in to comment.