diff --git a/library/Icinga/Web/Form/Decorator/FormHints.php b/library/Icinga/Web/Form/Decorator/FormHints.php index f16a073184..6926b45840 100644 --- a/library/Icinga/Web/Form/Decorator/FormHints.php +++ b/library/Icinga/Web/Form/Decorator/FormHints.php @@ -58,7 +58,7 @@ public function render($content = '') $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() )); }