Wizard: Be less hysteric to not to make users upset

fixes #9620
This commit is contained in:
Johannes Meyer 2015-07-15 08:50:39 +02:00
parent 8b4c2c459a
commit 9a90e2a183
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ class BackendConfigForm extends ConfigForm
$rowCount = $db->select()->from('icinga_instances')->count();
if ($rowCount === 0) {
$form->error($form->translate(
$form->warning($form->translate(
'There is currently no icinga instance writing to the IDO. Make sure '
. 'that a icinga instance is configured and able to write to the IDO.'
));