]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
qos.cgi: Fix missing translation
authorLeo-Andres Hofmann <hofmann@leo-andres.de>
Fri, 16 Jul 2021 08:56:07 +0000 (10:56 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 5 Sep 2021 08:39:33 +0000 (08:39 +0000)
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>
html/cgi-bin/qos.cgi

index 1a0354ed01c80179406cccdd4c3a2973f86bfc5a..af41b8d2bdf6ab3d4477db54e3ffde2536d756b4 100644 (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>;