From 9e0785b0b468122122702616d52f791f99a5fa1f Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 6 Jul 2021 15:18:16 +0200 Subject: [PATCH] AppHealth: Fix typo --- library/Icinga/Web/View/AppHealth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Icinga/Web/View/AppHealth.php b/library/Icinga/Web/View/AppHealth.php index fe1c56cbe..c66ca05fd 100644 --- a/library/Icinga/Web/View/AppHealth.php +++ b/library/Icinga/Web/View/AppHealth.php @@ -72,7 +72,7 @@ class AppHealth extends Table protected function getStateText($state) { if ($state === null) { - $state = t('UNKOWN'); + $state = t('UNKNOWN'); } switch ($state) {