IcingaCommandArgumentForm: fix typo
This commit is contained in:
parent
46a5b3cb2f
commit
baf0d40ea6
|
@ -44,7 +44,7 @@ class IcingaCommandArgumentForm extends DirectorObjectForm
|
|||
$this->addElement('textarea', 'argument_value', array(
|
||||
'label' => $this->translate('Value'),
|
||||
'description' => $this->translate(
|
||||
'And Icinga DSL expression, e.g.: var cmd = macro("$cmd$");'
|
||||
'An Icinga DSL expression, e.g.: var cmd = macro("$cmd$");'
|
||||
. ' return typeof(command) == String ...'
|
||||
),
|
||||
'rows' => 3
|
||||
|
|
Loading…
Reference in New Issue