mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 06:14:25 +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(
|
))->add('resources', array(
|
||||||
'title' => $this->translate('Resources'),
|
'title' => $this->translate('Resources'),
|
||||||
'url' => 'config/resource'
|
'url' => 'config/resource'
|
||||||
))->add('permissions', array(
|
))->add('roles', array(
|
||||||
'title' => $this->translate('Permissions'),
|
'title' => $this->translate('Roles'),
|
||||||
'url' => 'permissions'
|
'url' => 'roles'
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user