From 78a3ab924d2ae5e9200f1236d9145eb21fa8c9d2 Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Sat, 4 Oct 2025 12:29:03 +0300 Subject: [PATCH] Fix to display error message correctly in PPTP VPN Client --- pptp-client/index.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pptp-client/index.cgi b/pptp-client/index.cgi index ce2ce4748..56d8c3d16 100755 --- a/pptp-client/index.cgi +++ b/pptp-client/index.cgi @@ -22,7 +22,7 @@ if (!&has_command($config{'pptp'})) { } elsif (!$vers) { # The PPP daemon is not installed - print "

",&text('index_epppd', "pppd"),"

\n"; + print "

",&text('index_eppp', "pppd"),"

\n"; } else { # Show icons