Skip to content

Commit ca0e6e4

Browse files
author
A. Täffner
committed
$wb['dnssec_txt'] = 'Sign zone (DNSSEC)'; was somehow missing
1 parent 7416d2f commit ca0e6e4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ $wb['btn_cancel_txt'] = 'Abbrechen';
1010
$wb['domain_txt'] = 'Domain';
1111
$wb['email_txt'] = 'E-Mail Adresse';
1212
$wb['dkim_txt'] = 'DKIM';
13+
$wb['dnssec_txt'] = 'Zone signieren (DNSSEC)';
1314
$wb['ns1_txt'] = 'NS 1';
1415
$wb['ns2_txt'] = 'NS 2';
1516
$wb['ip_txt'] = 'IP Adresse';

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ $wb["btn_cancel_txt"] = 'Cancel';
1010
$wb['domain_txt'] = 'Domain';
1111
$wb['email_txt'] = 'Email';
1212
$wb['dkim_txt'] = 'DKIM';
13+
$wb['dnssec_txt'] = 'Sign zone (DNSSEC)';
1314
$wb['ns1_txt'] = 'NS 1';
1415
$wb['ns2_txt'] = 'NS 2';
1516
$wb['ip_txt'] = 'IP Address';

0 commit comments

Comments
 (0)