mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 13:58:54 +00:00
[ticket/16589] Shorten the short/bookmark.txt mail template
PHPBB3-16589
This commit is contained in:
parent
a55b96c9f6
commit
03c6ed32fb
1 changed files with 2 additions and 9 deletions
|
@ -1,20 +1,13 @@
|
||||||
Subject: Topic reply notification - "{TOPIC_TITLE}"
|
Subject: Reply in "{TOPIC_TITLE}"
|
||||||
|
|
||||||
Hello {USERNAME},
|
Hello {USERNAME},
|
||||||
|
|
||||||
You are receiving this notification because a topic you bookmarked, "{TOPIC_TITLE}" at "{SITENAME}", has received a reply since your last visit. You can use the following link to view the replies made, no more notifications will be sent until you visit the topic.
|
Your bookmarked topic "{TOPIC_TITLE}" received a new reply since your last visit at "{SITENAME}". No more notifications 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 made since your last visit, click the following link:
|
||||||
{U_NEWEST_POST}
|
{U_NEWEST_POST}
|
||||||
|
|
||||||
If you want to view the topic, click the following link:
|
|
||||||
{U_TOPIC}
|
|
||||||
|
|
||||||
If you want to view the forum, click the following link:
|
|
||||||
{U_FORUM}
|
|
||||||
|
|
||||||
If you no longer wish to receive updates about replies to bookmarks, please update your notification settings here:
|
If you no longer wish to receive updates about replies to bookmarks, please update your notification settings here:
|
||||||
|
|
||||||
{U_NOTIFICATION_SETTINGS}
|
{U_NOTIFICATION_SETTINGS}
|
||||||
|
|
||||||
{EMAIL_SIG}
|
{EMAIL_SIG}
|
||||||
|
|
Loading…
Add table
Reference in a new issue