mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
WebWizard: Remove line break from a requirement message
This commit is contained in:
parent
ff30bf2393
commit
da950c8559
@ -709,8 +709,8 @@ class WebWizard extends Wizard implements SetupWizard
|
||||
'alias' => 'PDO-MySQL OR PDO-PostgreSQL',
|
||||
'description' => mt(
|
||||
'setup',
|
||||
'A database is mandatory, therefore at least one module PDO-MySQL OR PDO-PostgreSQL for PHP
|
||||
is required.'
|
||||
'A database is mandatory, therefore at least one module '
|
||||
. 'PDO-MySQL or PDO-PostgreSQL for PHP is required.'
|
||||
)
|
||||
)));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user