diff --git a/includes/dashboard.php b/includes/dashboard.php index 42d39b48..fc03c0aa 100755 --- a/includes/dashboard.php +++ b/includes/dashboard.php @@ -102,7 +102,7 @@ function DisplayDashboard(&$extraFooterScripts) if (!preg_match('/SSID: ([^ ]{1,'.SSIDMAXLEN.'})/', $stdoutIwWRepSpaces, $matchesSSID)) { $wlanHasLink = false; - $matchesSSID[1] = 'Not connected'; + $matchesSSID[1] = 'None'; } $connectedSSID = $matchesSSID[1];