1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 07:21:30 +02:00

[ticket/16589] Shortens subject and email content

PHPBB3-16589
This commit is contained in:
Christian Schnegelberger
2020-10-04 13:44:41 +02:00
parent 6b92f23c81
commit a55b96c9f6
30 changed files with 54 additions and 71 deletions

View File

@@ -1,11 +1,11 @@
Subject: Topic reply notification - "{TOPIC_TITLE}"
Subject: Reply in "{TOPIC_TITLE}"
List-Unsubscribe: <{U_STOP_WATCHING_TOPIC}>
Hello {USERNAME},
You are receiving this notification because you are watching the topic "{TOPIC_TITLE}" at "{SITENAME}". This topic has received a reply<!-- IF AUTHOR_NAME != '' --> by {AUTHOR_NAME}<!-- ENDIF --> since your last visit. No more notifications will be sent until you visit the topic.
The topic "{TOPIC_TITLE}" received a new reply<!-- IF AUTHOR_NAME != '' --> by {AUTHOR_NAME}<!-- ENDIF --> since your last visit at "{SITENAME}". No more emails will be sent until you visit the topic.
If you want to view the newest post made since your last visit, click the following link:
If you want to view the newest post click the following link:
{U_NEWEST_POST}
If you want to view the topic, click the following link:
@@ -14,7 +14,8 @@ If you want to view the topic, click the following link:
If you want to view the forum, click the following link:
{U_FORUM}
If you no longer wish to watch this topic you can either click the "Unsubscribe topic" link found at the bottom of the topic above, or by clicking the following link:
If you no longer wish to watch this topic click the following link:
{U_STOP_WATCHING_TOPIC}
Or click the "Unsubscribe topic" link found at the bottom of the topic above.
{EMAIL_SIG}