mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-09 08:34:04 -04:00
WebWizard: Remove line break from a requirement message
This commit is contained in:
parent
ff30bf2393
commit
da950c8559
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue