mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-18 10:32:54 -05:00
Call it faulty config intead of invalid config
This commit is contained in:
parent
08cae45336
commit
f93873623f
2 changed files with 2 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ class CleanupCommand extends Command
|
|||
$bp = $this->storage->loadProcess($configName);
|
||||
} catch (Exception $e) {
|
||||
Logger::error(
|
||||
'Failed to scan the %s.conf file for missing nodes. Invalid config found.',
|
||||
'Failed to scan the %s.conf file for missing nodes. Faulty config found.',
|
||||
$configName
|
||||
);
|
||||
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@ class Dashboard extends BaseHtmlElement
|
|||
$this->add(new BpDashboardTile(
|
||||
new BpConfig(),
|
||||
$title,
|
||||
sprintf(t('File %s has invalid config'), $name . '.conf'),
|
||||
sprintf(t('File %s has faulty config'), $name . '.conf'),
|
||||
'file-circle-xmark',
|
||||
'businessprocess/process/show',
|
||||
['config' => $name]
|
||||
|
|
|
|||
Loading…
Reference in a new issue