From a492073d8ee579d7a2a707fe2fb35f6d902f39cc Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 30 Oct 2018 19:45:57 +0100 Subject: [PATCH] ServiceController: consistent naming for foreign ...tab fixes #1312 --- application/controllers/ServiceController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/ServiceController.php b/application/controllers/ServiceController.php index e45916ad..78a3542b 100644 --- a/application/controllers/ServiceController.php +++ b/application/controllers/ServiceController.php @@ -73,7 +73,7 @@ class ServiceController extends ObjectController $tabs->add('set', [ 'url' => 'director/serviceset', 'urlParams' => ['name' => $setName], - 'label' => $this->translate('Serviceset'), + 'label' => $this->translate('ServiceSet'), ])->add('services', [ 'url' => 'director/serviceset/services', 'urlParams' => ['name' => $setName],