DirectorDatafieldForm: varname field description

refs #2723
This commit is contained in:
Thomas Gelf 2023-03-15 10:03:06 +01:00
parent c3936f63bb
commit 27e7da9354
1 changed files with 1 additions and 2 deletions

View File

@ -140,8 +140,7 @@ class DirectorDatafieldForm extends DirectorObjectForm
$this->addElement('text', 'varname', array(
'label' => $this->translate('Field name'),
'description' => $this->translate(
'The unique name of the field. This will be the name of the custom'
. ' variable in the rendered Icinga configuration.'
'This will be the name of the custom variable in the rendered Icinga configuration.'
),
'required' => true,
));