diff --git a/interface/web/dns/lib/lang/en_dns_soa_list.lng b/interface/web/dns/lib/lang/en_dns_soa_list.lng index 6213bdb1dc5b7c77750682be0664245c216c0db0..8fe7971ba5c099b3bdc3f0d06f8c5fb7677e5a3a 100644 --- a/interface/web/dns/lib/lang/en_dns_soa_list.lng +++ b/interface/web/dns/lib/lang/en_dns_soa_list.lng @@ -5,5 +5,6 @@ $wb["server_id_txt"] = 'Server'; $wb["origin_txt"] = 'Zone'; $wb["ns_txt"] = 'NS'; $wb["mbox_txt"] = 'Email'; -$wb["add_new_record_txt"] = 'Add new DNS Zone (SOA)'; +$wb["add_new_record_wizard_txt"] = 'Add new DNS Zone with Wizard'; +$wb["add_new_record_txt"] = 'Add new DNS Zone manually'; ?> \ No newline at end of file diff --git a/interface/web/dns/templates/dns_soa_list.htm b/interface/web/dns/templates/dns_soa_list.htm index c2ebfd8b0ffb085763f948d56e8e65dbc3b845dd..4ed162a3d02fd195a47862f89218da52392e2ccf 100644 --- a/interface/web/dns/templates/dns_soa_list.htm +++ b/interface/web/dns/templates/dns_soa_list.htm @@ -6,6 +6,9 @@
{tmpl_var name="toolsarea_head_txt"}
+