HostController: change wording

fixes #1827
This commit is contained in:
Thomas Gelf 2019-04-12 16:24:13 +02:00
parent 606d71501e
commit ce40e16850
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ class HostController extends ObjectController
{
$host = $this->getHostObject();
$this->addServicesHeader();
$this->addTitle($this->translate('Add Service: %s'), $host->getObjectName());
$this->addTitle($this->translate('Add Service to %s'), $host->getObjectName());
$this->content()->add(
IcingaAddServiceForm::load()
->setHost($host)
@ -71,7 +71,7 @@ class HostController extends ObjectController
{
$host = $this->getHostObject();
$this->addServicesHeader();
$this->addTitle($this->translate('Add Service Set: %s'), $host->getObjectName());
$this->addTitle($this->translate('Add Service Set to %s'), $host->getObjectName());
$this->content()->add(
IcingaServiceSetForm::load()
->setHost($host)