From c00e6e49c3cd0ba0fa3826539c251d757f41bc9a Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 26 May 2025 11:45:34 +0200 Subject: [PATCH] index.cgi: Use correct string for "WireGuard" Signed-off-by: Michael Tremer --- html/cgi-bin/index.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/index.cgi b/html/cgi-bin/index.cgi index 10c589b0f..e0e18dd62 100644 --- a/html/cgi-bin/index.cgi +++ b/html/cgi-bin/index.cgi @@ -379,7 +379,7 @@ if (&Wireguard::is_enabled()) { print< - $Lang::tr{'wg'} + $Lang::tr{'wireguard'} $network $Lang::tr{'online'} -- 2.39.5