From 0374e41b62a5b7b0f1d71e8747d0b8fdf5f08bf6 Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Tue, 24 Oct 2017 12:26:00 +0200 Subject: [PATCH] Fixed typo in message --- includes/configure_client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/configure_client.php b/includes/configure_client.php index 24eca808..922228ab 100755 --- a/includes/configure_client.php +++ b/includes/configure_client.php @@ -105,7 +105,7 @@ function DisplayWPAConfig(){ } } } else { - $status->addMessage('Failed to updated wifi settings', 'danger'); + $status->addMessage('Failed to update wifi settings', 'danger'); } }