dns.cgi: Remove hard-coded box title.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
Stefan Schantl
2020-01-08 15:22:56 +01:00
parent 03e466de35
commit a969acc7d7

View File

@@ -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%'>