]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
dns.cgi: Remove hard-coded box title.
authorStefan Schantl <stefan.schantl@ipfire.org>
Wed, 8 Jan 2020 14:22:56 +0000 (15:22 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Wed, 8 Jan 2020 14:22:56 +0000 (15:22 +0100)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
html/cgi-bin/dns.cgi

index 3a10faf184c222a9bb38a3ceab817569e8843925..2042d5bfc29674081a1d9940edc5e444658ad9d5 100755 (executable)
@@ -384,7 +384,7 @@ END
 # Section to display the configured and used DNS servers.
 #
 sub show_nameservers () {
-       &Header::openbox('100%', 'center', "DNS-Servers");
+       &Header::openbox('100%', 'center', "$Lang::tr{'dns title'}");
 
 print <<END;
                <table class="tbl" width='100%'>