SettingsController: more explicit title

This commit is contained in:
Thomas Gelf 2017-07-20 17:00:25 +02:00
parent 53a9624db6
commit 6db1f01b6e
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}