diff --git a/application/controllers/SettingsController.php b/application/controllers/SettingsController.php index f1a4ef5d..9a7374c4 100644 --- a/application/controllers/SettingsController.php +++ b/application/controllers/SettingsController.php @@ -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); }