Fixed typo. Thanks @bebora for catching it

This commit is contained in:
billz 2017-10-29 22:59:14 +00:00
parent 564e9c1f77
commit 03b5c6a695
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ function DisplayWPAConfig(){
$status->addMessage('Wifi settings updated successfully', 'success');
$networks = $tmp_networks;
} else {
$status->addMessage('Wifi settings updated but cannot restart (cannon execute "wpa_cli reconfigure")', 'danger');
$status->addMessage('Wifi settings updated but cannot restart (cannot execute "wpa_cli reconfigure")', 'danger');
}
} else {
$status->addMessage('Wifi settings failed to be updated', 'danger');