mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-09 09:10:10 +02:00
Fix the config warning's grammar on the login screen
This commit is contained in:
parent
4c4c0c97a5
commit
f50d0bc3cf
@ -18,7 +18,7 @@
|
|||||||
<?php if ($configMissing): ?>
|
<?php if ($configMissing): ?>
|
||||||
<div class="config-note"><?= sprintf(
|
<div class="config-note"><?= sprintf(
|
||||||
t(
|
t(
|
||||||
'You seem not to have Icinga Web 2 configured yet so it\'s not possible to log in without any defined '
|
'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'
|
. 'authentication method. Please define a authentication method by following the instructions in the'
|
||||||
. ' %1$sdocumentation%3$s or by using our %2$sweb-based setup-wizard%3$s.'
|
. ' %1$sdocumentation%3$s or by using our %2$sweb-based setup-wizard%3$s.'
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user