mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
ObjectController: remove obsolete sprintf
This commit is contained in:
parent
e40c6d1f5e
commit
7ef09b99dc
@ -178,7 +178,7 @@ abstract class ObjectController extends ActionController
|
||||
$this->view->form->handleRequest();
|
||||
|
||||
$this->view->actionLinks = $this->view->qlink(
|
||||
sprintf($this->translate('back'), $this->translate(ucfirst($ltype))),
|
||||
$this->translate('back'),
|
||||
'director/' . $ltype,
|
||||
array('name' => $this->object->object_name),
|
||||
array('class' => 'icon-left-big')
|
||||
|
Loading…
x
Reference in New Issue
Block a user