Skip to content

Commit 9b6d055

Browse files
author
thom
committed
Save zone instead of save record for new zone save btn
1 parent 4d17362 commit 9b6d055

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

interface/web/dns/lib/lang/ar_dns_wizard.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
$wb['template_id_txt'] = 'Template';
33
$wb['server_id_txt'] = 'Server';
44
$wb['client_txt'] = 'Client';
5-
$wb['btn_save_txt'] = 'Create DNS Record';
5+
$wb['btn_save_txt'] = 'Create new DNS zone';
66
$wb['btn_cancel_txt'] = 'Cancel';
77
$wb['domain_txt'] = 'Domain';
88
$wb['email_txt'] = 'Email';

interface/web/dns/lib/lang/dk_dns_wizard.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $wb['dns_zone_txt'] = 'DNS Zone';
55
$wb['template_id_txt'] = 'Skabelon';
66
$wb['server_id_txt'] = 'Server';
77
$wb['client_txt'] = 'Kunde';
8-
$wb['btn_save_txt'] = 'Create DNS-Record';
8+
$wb['btn_save_txt'] = 'Create new DNS zone';
99
$wb['btn_cancel_txt'] = 'Annullere';
1010
$wb['domain_txt'] = 'Domæne';
1111
$wb['email_txt'] = 'E-mail';

interface/web/dns/lib/lang/en_dns_wizard.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $wb['dns_zone_txt'] = 'DNS Zone';
55
$wb['template_id_txt'] = 'Template';
66
$wb['server_id_txt'] = 'Server';
77
$wb['client_txt'] = 'Client';
8-
$wb['btn_save_txt'] = 'Create DNS-Record';
8+
$wb['btn_save_txt'] = 'Create new DNS zone';
99
$wb['btn_cancel_txt'] = 'Cancel';
1010
$wb['domain_txt'] = 'Domain';
1111
$wb['email_txt'] = 'Email';

interface/web/dns/lib/lang/se_dns_wizard.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
$wb['template_id_txt'] = 'Template';
33
$wb['server_id_txt'] = 'Server';
44
$wb['client_txt'] = 'Client';
5-
$wb['btn_save_txt'] = 'Create DNS Record';
5+
$wb['btn_save_txt'] = 'Create new DNS zone';
66
$wb['btn_cancel_txt'] = 'Cancel';
77
$wb['domain_txt'] = 'Domain';
88
$wb['email_txt'] = 'Email';

0 commit comments

Comments
 (0)