Fixed typo in message

This commit is contained in:
Bill Zimmerman 2017-10-24 12:26:00 +02:00
parent 2e9779b49b
commit 0374e41b62
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ function DisplayWPAConfig(){
} }
} }
} else { } else {
$status->addMessage('Failed to updated wifi settings', 'danger'); $status->addMessage('Failed to update wifi settings', 'danger');
} }
} }