From 6db1f01b6e8dde9d06d9e5ffdbd8dc6d23e29088 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Thu, 20 Jul 2017 17:00:25 +0200 Subject: [PATCH] SettingsController: more explicit title --- application/controllers/SettingsController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }