mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-21 21:04:26 +02:00
IcingaCloneObjectForm: allow to translate new name
This commit is contained in:
parent
d721d5c63c
commit
c216d896e9
@ -12,7 +12,7 @@ class IcingaCloneObjectForm extends QuickForm
|
|||||||
public function setup()
|
public function setup()
|
||||||
{
|
{
|
||||||
$this->addElement('text', 'new_object_name', array(
|
$this->addElement('text', 'new_object_name', array(
|
||||||
'label' => 'New name',
|
'label' => $this->translate('New name'),
|
||||||
'required' => true,
|
'required' => true,
|
||||||
'value' => $this->object->object_name,
|
'value' => $this->object->object_name,
|
||||||
));
|
));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user