Hi, > On 5 Sep 2020, at 16:41, Matthias Fischer wrote: > > Signed-off-by: Matthias Fischer > --- > 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 3256a0d6b..459979684 100755 > --- a/html/cgi-bin/netother.cgi > +++ b/html/cgi-bin/netother.cgi > @@ -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{'connnection tracking'}"); > &Graphs::makegraphbox("netother.cgi", "conntrack", "day"); > &Header::closebox(); There was a typo here. “connnection” had three n. > > -- > 2.18.0 >