mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 16:54:06 +02:00
ImportRowModifierForm: fix duplicate translate()
This commit is contained in:
parent
e51f9fa21a
commit
2518990335
@ -29,10 +29,9 @@ class ImportRowModifierForm extends DirectorObjectForm
|
|||||||
$this->addElement('text', 'property_name', array(
|
$this->addElement('text', 'property_name', array(
|
||||||
'label' => $this->translate('Property'),
|
'label' => $this->translate('Property'),
|
||||||
'description' => $this->translate(
|
'description' => $this->translate(
|
||||||
$this->translate('Please start typing for a list of suggestions. Dots allow you to access nested'
|
'Please start typing for a list of suggestions. Dots allow you to access nested'
|
||||||
. ' properties: column.some.key. Such nested properties cannot be modified in-place,'
|
. ' properties: column.some.key. Such nested properties cannot be modified in-place,'
|
||||||
. ' but you can store the modified value to a new "target property"'
|
. ' but you can store the modified value to a new "target property"'
|
||||||
)
|
|
||||||
),
|
),
|
||||||
'required' => true,
|
'required' => true,
|
||||||
'class' => 'autosubmit director-suggest',
|
'class' => 'autosubmit director-suggest',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user