From d8d917ef5a1ed5c60d52acdeda2105290a5cfeea Mon Sep 17 00:00:00 2001 From: Bernd Erk Date: Thu, 12 Nov 2015 16:01:20 +0100 Subject: [PATCH] Remove long required hint in forms --- library/Icinga/Web/Form/Decorator/FormHints.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() )); }