mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 00:04:05 +02:00
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…
x
Reference in New Issue
Block a user