We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f58f3d3 commit 9feb539Copy full SHA for 9feb539
1 file changed
library/Icinga/Web/Widget/LoginPage.php
@@ -119,7 +119,7 @@ protected function assembleSetupNote(): HtmlElement
119
$setupNote = $this->translate(
120
'It appears that you did not configure Icinga Web 2 yet so it\'s not possible to log in'
121
. ' without any defined authentication method. Please define an authentication method by'
122
- . ' following the instructions in the %s or by using our %s.',
+ . ' following the instructions in the %1$s or by using our %2$s.',
123
'<documentation_link> or by using our <setup-wizard_link>'
124
);
125
0 commit comments