SettingsController: more explicit title

This commit is contained in:
Thomas Gelf 2017-07-20 17:00:25 +02:00
parent 53a9624db6
commit 6db1f01b6e

View File

@ -21,7 +21,7 @@ class SettingsController extends ActionController
); );
$this->addSingleTab($this->translate('Self Service')) $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)) ->content()->add(Html::p($hint))
->add($form); ->add($form);
} }