]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/blobdiff - html/cgi-bin/firewall.cgi
Firewall: added missing translation for short IPv6 protcol in ruletable
[people/stevee/ipfire-2.x.git] / html / cgi-bin / firewall.cgi
index 6e11176f279288742f884b4571382f53e6b2779c..84c007425d330ef6719f0a820a3f62eb71f5de02 100755 (executable)
@@ -2472,7 +2472,7 @@ END
                        my $prot;
                        if ($$hash{$key}[8]){
                                if ($$hash{$key}[8] eq "IPv6"){
-                                       push (@protocols,"IPv6 Encap")
+                                       push (@protocols,$Lang::tr{'fwdfw prot41 short'})
                                }else{
                                        push (@protocols,$$hash{$key}[8]);
                                }