Skip to content

Commit

Permalink
Lang and style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanheywood committed Aug 18, 2023
1 parent 6f66bca commit f5ccf63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lang/en/tool_emailutils.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

$string['domaindefaultnoreply'] = 'Default noreply';

$string['mxtoolbox'] = 'MXtoolbox';
$string['mxtoolbox'] = 'MXtoolbox links';
$string['selectoractive'] = 'Active selector';
$string['selectoractivate'] = 'Activate selector';
$string['selectoractivated'] = 'Selector was activated';
Expand Down
6 changes: 3 additions & 3 deletions templates/dkimselector.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,17 @@
</ul>
<div class="tab-content mt-3">
<div class="tab-pane active" id="simple{{id}}" role="tabpanel">
<code>{{dnskey}}</code>
<code class="dnsrecord">{{dnskey}}</code>
<p>This is the full raw txt of the DNS value:</p>
<p class="dnsrecord">{{dnsvalue}}</p>
</div>
<div class="tab-pane" id="chunked{{id}}" role="tabpanel">
<code>{{dnskey}}</code>
<code class="dnsrecord">{{dnskey}}</code>
<p>This is the DNS record value broken into quoted chunks of max 256 chars:</p>
<p class="dnsrecord">{{dnsvaluechunked}}</p>
</div>
<div class="tab-pane" id="escaped{{id}}" role="tabpanel">
<code>{{dnskey}}</code>
<code class="dnsrecord">{{dnskey}}</code>
<p>This is an escaped record value which is needed for some DNS systems:</p>
<p class="dnsrecord">{{dnsvalueescaped}}</p>
</div>
Expand Down

0 comments on commit f5ccf63

Please sign in to comment.