IcingaCloneObjectForm: allow to translate new name

This commit is contained in:
Thomas Gelf 2016-04-12 20:11:25 +02:00
parent d721d5c63c
commit c216d896e9

View File

@ -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,
)); ));