mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
AppHealth: Fix typo
This commit is contained in:
parent
9a58e6f43c
commit
9e0785b0b4
@ -72,7 +72,7 @@ class AppHealth extends Table
|
||||
protected function getStateText($state)
|
||||
{
|
||||
if ($state === null) {
|
||||
$state = t('UNKOWN');
|
||||
$state = t('UNKNOWN');
|
||||
}
|
||||
|
||||
switch ($state) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user