mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Fix grammar errors in backend titles
This commit is contained in:
parent
774d6ce94a
commit
11360f36e4
@ -53,7 +53,7 @@ class ConfigController extends Controller
|
||||
));
|
||||
$tabs->add('usergroupbackend', array(
|
||||
'title' => $this->translate('Configure how users are associated with groups by Icinga Web 2'),
|
||||
'label' => $this->translate('Usergroup Backends'),
|
||||
'label' => $this->translate('User Group Backends'),
|
||||
'url' => 'usergroupbackend/list'
|
||||
));
|
||||
return $tabs;
|
||||
|
@ -160,7 +160,7 @@ class UsergroupbackendController extends Controller
|
||||
));
|
||||
$tabs->add('usergroupbackend', array(
|
||||
'title' => $this->translate('Configure how users are associated with groups by Icinga Web 2'),
|
||||
'label' => $this->translate('Usergroup Backends'),
|
||||
'label' => $this->translate('User Group Backends'),
|
||||
'url' => 'usergroupbackend/list'
|
||||
));
|
||||
return $tabs;
|
||||
|
Loading…
x
Reference in New Issue
Block a user