diff --git a/src/www/vpn_openvpn_client.php b/src/www/vpn_openvpn_client.php
index 1bb3f22ed..672164eae 100644
--- a/src/www/vpn_openvpn_client.php
+++ b/src/www/vpn_openvpn_client.php
@@ -137,7 +137,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
}
unset($a_client[$id]);
write_config();
- $savemsg = gettext("Client successfully deleted")."
";
} else {
// update client (after validation)
$pconfig = $_POST;
@@ -1072,7 +1071,6 @@ else :