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(
|
$tabs->add('usergroupbackend', array(
|
||||||
'title' => $this->translate('Configure how users are associated with groups by Icinga Web 2'),
|
'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'
|
'url' => 'usergroupbackend/list'
|
||||||
));
|
));
|
||||||
return $tabs;
|
return $tabs;
|
||||||
|
|
|
@ -160,7 +160,7 @@ class UsergroupbackendController extends Controller
|
||||||
));
|
));
|
||||||
$tabs->add('usergroupbackend', array(
|
$tabs->add('usergroupbackend', array(
|
||||||
'title' => $this->translate('Configure how users are associated with groups by Icinga Web 2'),
|
'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'
|
'url' => 'usergroupbackend/list'
|
||||||
));
|
));
|
||||||
return $tabs;
|
return $tabs;
|
||||||
|
|
Loading…
Reference in New Issue