Skip to content

Commit

Permalink
Refactor noreplyemail language string
Browse files Browse the repository at this point in the history
  • Loading branch information
djarran committed Nov 25, 2024
1 parent cbba322 commit 71cdac6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lang/en/tool_emailutils.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
$string['header_help'] = 'HTTP Basic Auth Header';
$string['incorrect_access'] = 'Incorrect access detected. For use only by AWS SNS.';
$string['list'] = 'Complaints List';
$string['noreplyemail'] = 'No reply email: <code>{$a}</code>';
$string['noreplyemail'] = 'No reply email:';
$string['mxrecords'] = 'MX records';
$string['mxtoolbox'] = 'MXtoolbox links';
$string['not_implemented'] = 'Not implemented yet. Search the user report for emails ending with ".b.invalid" and ".c.invalid".';
Expand Down
7 changes: 6 additions & 1 deletion templates/postmaster.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,12 @@
],
}
}}
<p>{{#str}} noreplyemail, tool_emailutils, {{ noreply }} {{/str}}</p>
<p>
{{#str}} noreplyemail, tool_emailutils {{/str}}
<code>
{{ noreply }}
</code>
</p>
<table class="admintable generaltable table-sm w-auto">
<thead>
<tr>
Expand Down

0 comments on commit 71cdac6

Please sign in to comment.