diff --git a/library/Icinga/Web/Form/Decorator/FormHints.php b/library/Icinga/Web/Form/Decorator/FormHints.php index f16a07318..6926b4584 100644 --- a/library/Icinga/Web/Form/Decorator/FormHints.php +++ b/library/Icinga/Web/Form/Decorator/FormHints.php @@ -58,7 +58,7 @@ class FormHints extends Zend_Form_Decorator_Abstract $hints = $this->recurseForm($form, $entirelyRequired); if ($entirelyRequired !== null) { $hints[] = $form->getView()->translate(sprintf( - 'Required fields are marked with %s and must be filled in to complete the form.', + '* Required field', $form->getRequiredCue() )); }