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…
Reference in New Issue