mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-06-09 08:42:14 -04:00
ApplicationState: Fix missing module name in calls to mt()
This commit is contained in:
parent
301feb2c14
commit
edca331920
1 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ class ApplicationState extends ApplicationStateHook
|
|||
'icingadb/no-instance',
|
||||
$noInstanceSince,
|
||||
mt(
|
||||
'icingadb',
|
||||
'It seems that Icinga DB is not running.'
|
||||
. ' Make sure Icinga DB is running and writing into the database.'
|
||||
)
|
||||
|
|
@ -50,6 +51,7 @@ class ApplicationState extends ApplicationStateHook
|
|||
'icingadb/icingadb-down',
|
||||
$instance->heartbeat,
|
||||
mt(
|
||||
'icingadb',
|
||||
'It seems that Icinga DB is not running.'
|
||||
. ' Make sure Icinga DB is running and writing into the database.'
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue