qos.cgi: Fix missing translation

Fixes: #12443

Signed-off-by: Leo-Andres Hofmann <hofmann@leo-andres.de>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Leo-Andres Hofmann
2021-07-16 10:56:07 +02:00
committed by Arne Fitzenreiter
parent 09c3db1cff
commit fc81e493b1

View File

@@ -351,7 +351,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 = <FILE>;