Skip to content

Commit

Permalink
CSS: Use form-errors instead of config-note in the login view script
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Oct 1, 2015
1 parent 5fbb389 commit 591ccd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/scripts/authentication/login.phtml
Expand Up @@ -6,7 +6,7 @@
</div>
<div class="form" data-base-target="layout">
<?php if ($requiresSetup): ?>
<p class="config-note"><?= sprintf(
<p class="form-errors"><?= sprintf(
$this->translate(
'It appears that you did not configure Icinga Web 2 yet so it\'s not possible to log in without any defined '
. 'authentication method. Please define a authentication method by following the instructions in the'
Expand Down

0 comments on commit 591ccd0

Please sign in to comment.