1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Fixed typo in message

This commit is contained in:
Bill Zimmerman 2017-10-24 12:26:00 +02:00
parent 2e9779b49b
commit 0374e41b62

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');
} }
} }