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
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ class IcingaCloneObjectForm extends QuickForm
public function setup()
{
$this->addElement('text', 'new_object_name', array(
'label' => 'New name',
'label' => $this->translate('New name'),
'required' => true,
'value' => $this->object->object_name,
));