From d49f6fdca9e4a52ad32bf45033ec0d6afd7d460b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Fri, 24 Nov 2017 20:39:34 +0100 Subject: [PATCH] translate 'firewall hits' at netother.cgi MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Also translate 'firewall hits' at the network status (other) page in WebUI. Signed-off-by: Peter Müller Signed-off-by: Michael Tremer --- html/cgi-bin/netother.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/netother.cgi b/html/cgi-bin/netother.cgi index 1809abfdab..dde1b603a9 100644 --- a/html/cgi-bin/netother.cgi +++ b/html/cgi-bin/netother.cgi @@ -67,7 +67,7 @@ if ( $querry[0] =~ "fwhits"){ &Header::closebox(); } - &Header::openbox('100%', 'center', "Firewall Hits $Lang::tr{'graph'}"); + &Header::openbox('100%', 'center', "$Lang::tr{'firewallhits'} $Lang::tr{'graph'}"); &Graphs::makegraphbox("netother.cgi","fwhits","day"); &Header::closebox(); -- 2.39.5