Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

corrected two typos on the footer #558

Merged
merged 1 commit into from Jun 11, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions public_html/lists/admin/defaultconfig.php
Expand Up @@ -557,9 +557,9 @@
'value' => '--

<div class="footer" style="text-align:left; font-size: 75%;">
<p>This message was sent to [EMAIL] by [FROMEMAIL]</p>
<p>This message was sent to [EMAIL] by [FROMEMAIL].</p>
<p>To forward this message, please do not use the forward button of your email application, because this message was made specifically for you only. Instead use the <a href="[FORWARDURL]">forward page</a> in our newsletter system.<br/>
To change your details and to choose which lists to be subscribed to, visit your personal <a href="[PREFERENCESURL]">preferences page</a><br/>
To change your details and to choose which lists to be subscribed to, visit your personal <a href="[PREFERENCESURL]">preferences page</a>.<br/>
Or you can <a href="[UNSUBSCRIBEURL]">opt-out completely</a> from all future mailings.</p>
</div>

Expand Down