Skip to content

Commit 9feb539

Browse files
committed
Use positional placeholders for formatted translations
1 parent f58f3d3 commit 9feb539

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/Icinga/Web/Widget/LoginPage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ protected function assembleSetupNote(): HtmlElement
119119
$setupNote = $this->translate(
120120
'It appears that you did not configure Icinga Web 2 yet so it\'s not possible to log in'
121121
. ' without any defined authentication method. Please define an authentication method by'
122-
. ' following the instructions in the %s or by using our %s.',
122+
. ' following the instructions in the %1$s or by using our %2$s.',
123123
'<documentation_link> or by using our <setup-wizard_link>'
124124
);
125125

0 commit comments

Comments
 (0)