Skip to content

Commit 9e1a303

Browse files
author
Till Brehm
committed
Changed Dkim option visually in DNS Wizard.
1 parent 27a7ec4 commit 9e1a303

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $wb['btn_save_txt'] = 'DNS Eintrag hinzufügen';
99
$wb['btn_cancel_txt'] = 'Abbrechen';
1010
$wb['domain_txt'] = 'Domain';
1111
$wb['email_txt'] = 'E-Mail Adresse';
12-
$wb['dkim_txt'] = 'DKIM aktiviert';
12+
$wb['dkim_txt'] = 'DKIM';
1313
$wb['ns1_txt'] = 'NS 1';
1414
$wb['ns2_txt'] = 'NS 2';
1515
$wb['ip_txt'] = 'IP Adresse';

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $wb["btn_save_txt"] = 'Create DNS-Record';
99
$wb["btn_cancel_txt"] = 'Cancel';
1010
$wb['domain_txt'] = 'Domain';
1111
$wb['email_txt'] = 'Email';
12-
$wb['dkim_txt'] = 'DKIM enabled';
12+
$wb['dkim_txt'] = 'DKIM';
1313
$wb['ns1_txt'] = 'NS 1';
1414
$wb['ns2_txt'] = 'NS 2';
1515
$wb['ip_txt'] = 'IP Address';

interface/web/dns/templates/dns_wizard.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
9090
</tmpl_if>
9191
<tmpl_if name="DKIM_VISIBLE">
9292
<label for="dkim" class="col-sm-3 control-label">{tmpl_var name='dkim_txt'}</label>
93-
<input name="dkim" type="hidden" maxlength="255" type="text"/>
93+
&nbsp;&nbsp;<input type="checkbox" disabled readonly checked><input name="dkim" type="hidden" maxlength="255" type="text"/>
9494
</tmpl_if>
9595

9696

0 commit comments

Comments
 (0)