mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
Rename the 'Permissions' tab to 'Roles'
This commit is contained in:
parent
974357c84f
commit
e5d8fc7208
@ -32,9 +32,9 @@ class ConfigController extends ActionController
|
||||
))->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'
|
||||
));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user