mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +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)
|
protected function getStateText($state)
|
||||||
{
|
{
|
||||||
if ($state === null) {
|
if ($state === null) {
|
||||||
$state = t('UNKOWN');
|
$state = t('UNKNOWN');
|
||||||
}
|
}
|
||||||
|
|
||||||
switch ($state) {
|
switch ($state) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user