Skip to content

Commit 7963164

Browse files
author
Till Brehm
committed
Merge branch 'dnssec-wizard' into 'stable-3.1'
$wb['dnssec_txt'] = 'Sign zone (DNSSEC)'; was somehow missing I'm sorry for bothering you again but somehow this was missing in my online repo even though it was contained in my local one... No Idea how that happened... This is for DNS-Wizard See merge request !313
2 parents 4bd1e7c + ca0e6e4 commit 7963164

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)