mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-06-08 16:24:21 -04:00
SettingsController: more explicit title
This commit is contained in:
parent
53a9624db6
commit
6db1f01b6e
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ class SettingsController extends ActionController
|
|||
);
|
||||
|
||||
$this->addSingleTab($this->translate('Self Service'))
|
||||
->addTitle($this->translate('Self Service API - Settings'))
|
||||
->addTitle($this->translate('Self Service API - Global Settings'))
|
||||
->content()->add(Html::p($hint))
|
||||
->add($form);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue