AppHealth: Fix typo

This commit is contained in:
Johannes Meyer 2021-07-06 15:18:16 +02:00
parent 9a58e6f43c
commit 9e0785b0b4
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class AppHealth extends Table
protected function getStateText($state)
{
if ($state === null) {
$state = t('UNKOWN');
$state = t('UNKNOWN');
}
switch ($state) {