translate 'firewall hits' at netother.cgi

Also translate 'firewall hits' at the network status
(other) page in WebUI.

Signed-off-by: Peter Müller <peter.mueller@link38.eu>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Peter Müller
2017-11-24 20:39:34 +01:00
committed by Michael Tremer
parent 545ddb9360
commit d49f6fdca9

View File

@@ -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();