Thank you. Good spot. Reviewed-by: Michael Tremer > On 16 Jul 2021, at 09:56, Leo-Andres Hofmann wrote: > > Fixes: #12443 > > Signed-off-by: Leo-Andres Hofmann > --- > html/cgi-bin/qos.cgi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/html/cgi-bin/qos.cgi b/html/cgi-bin/qos.cgi > index fa566b523..c45e24992 100644 > --- a/html/cgi-bin/qos.cgi > +++ b/html/cgi-bin/qos.cgi > @@ -360,7 +360,7 @@ END > ; > close FILE; > } > -elsif ($qossettings{'DOTOS'} eq 'Loeschen') > +elsif ($qossettings{'DOTOS'} eq $Lang::tr{'delete'}) > { > open( FILE, "< $tosfile" ) or die "Unable to read $tosfile"; > @tosrules = ; > -- > 2.27.0.windows.1 >