netother.cgi: Fix typo in Connection Tracking headline

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2020-09-29 13:49:59 +00:00
parent df8920100d
commit 1ebd84f438
10 changed files with 2 additions and 10 deletions

View File

@@ -71,7 +71,7 @@ if ( $querry[0] eq "conntrack") {
&Header::closebox();
}
&Header::openbox('100%', 'center', "$Lang::tr{'connnection tracking'}");
&Header::openbox('100%', 'center', "$Lang::tr{'connection tracking'}");
&Graphs::makegraphbox("netother.cgi", "conntrack", "day");
&Header::closebox();