public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] qos.cgi: Fix missing translation
@ 2021-07-16  8:56 Leo-Andres Hofmann
  2021-07-16 10:49 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Leo-Andres Hofmann @ 2021-07-16  8:56 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 554 bytes --]

Fixes: #12443

Signed-off-by: Leo-Andres Hofmann <hofmann(a)leo-andres.de>
---
 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 = <FILE>;
-- 
2.27.0.windows.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-16 10:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-16  8:56 [PATCH] qos.cgi: Fix missing translation Leo-Andres Hofmann
2021-07-16 10:49 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox