diff --git a/library/Icinga/Web/Form.php b/library/Icinga/Web/Form.php index fad1a9d5e..c229f8311 100644 --- a/library/Icinga/Web/Form.php +++ b/library/Icinga/Web/Form.php @@ -684,7 +684,7 @@ class Form extends Zend_Form if ($this->getUseFormAutosubmit()) { $warningId = 'autosubmit_warning_' . $el->getId(); $warningText = $this->getView()->escape($this->translate( - 'Upon its value has changed, this control issues an automatic update of this page.' + 'Upon its value has changed, this field issues an automatic update of this page.' )); $autosubmitDecorator = $this->_getDecorator('Callback', array( 'placement' => 'PREPEND',