Skip to content

Commit

Permalink
Form: It's a field, not a control
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Meyer committed Mar 3, 2015
1 parent 507e5b4 commit e2887df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Icinga/Web/Form.php
Expand Up @@ -684,7 +684,7 @@ public function createElement($type, $name, $options = null)
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',
Expand Down

0 comments on commit e2887df

Please sign in to comment.