* [PATCH] translate 'firewall hits' at netother.cgi
@ 2017-11-24 19:39 Peter Müller
0 siblings, 0 replies; only message in thread
From: Peter Müller @ 2017-11-24 19:39 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 742 bytes --]
Also translate 'firewall hits' at the network status
(other) page in WebUI.
Signed-off-by: Peter Müller <peter.mueller(a)link38.eu>
---
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 1809abfda..dde1b603a 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.13.6
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-11-24 19:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-24 19:39 [PATCH] translate 'firewall hits' at netother.cgi Peter Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox