mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
dns.cgi: Remove hard-coded box title.
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -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%'>
|
||||
|
||||
Reference in New Issue
Block a user