modified text in case of unconfigured client

This commit is contained in:
Christian Zeitnitz
2021-03-27 18:00:40 +01:00
parent 5b9d4ca814
commit f583a3eeae
2 changed files with 2 additions and 2 deletions

View File

@@ -172,7 +172,7 @@ function DisplayDashboard(&$extraFooterScripts)
$type_name = "Mobile Data";
break;
default:
$client_title = "No information for client available";
$client_title = "No information available";
$type_name = "Not configured";
$ifaceStatus = "warn";
}