ImportRowModifierForm: fix duplicate translate()

This commit is contained in:
Thomas Gelf 2019-08-19 11:55:15 +02:00
parent e51f9fa21a
commit 2518990335
1 changed files with 1 additions and 2 deletions

View File

@ -29,10 +29,9 @@ class ImportRowModifierForm extends DirectorObjectForm
$this->addElement('text', 'property_name', array(
'label' => $this->translate('Property'),
'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,'
. ' but you can store the modified value to a new "target property"'
)
),
'required' => true,
'class' => 'autosubmit director-suggest',