mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 12:14:06 +02:00
[ticket/13713] Make changes pointed by @Nicofuma
PHPBB3-13713
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
Subject: Topic reply notification - "{TOPIC_TITLE}"
|
||||
Subject: Topic reply notification - "{{ TOPIC_TITLE }}"
|
||||
|
||||
Hello {USERNAME},
|
||||
Hello {{ USERNAME }},
|
||||
|
||||
You are receiving this notification because "{AUTHOR_NAME}" mentioned you in the topic "{TOPIC_TITLE}" at "{SITENAME}". You can use the following link to view the reply made.
|
||||
You are receiving this notification because "{{ AUTHOR_NAME }}" mentioned you in the topic "{{ TOPIC_TITLE }}" at "{{ SITENAME }}". You can use the following link to view the reply made.
|
||||
|
||||
If you want to view the post where you have been mentioned, click the following link:
|
||||
{U_VIEW_POST}
|
||||
{{ U_VIEW_POST }}
|
||||
|
||||
If you want to view the topic, click the following link:
|
||||
{U_TOPIC}
|
||||
{{ U_TOPIC }}
|
||||
|
||||
If you want to view the forum, click the following link:
|
||||
{U_FORUM}
|
||||
{{ U_FORUM }}
|
||||
|
||||
If you no longer wish to receive updates about replies mentioning you, please update your notification settings here:
|
||||
|
||||
{U_NOTIFICATION_SETTINGS}
|
||||
{{ U_NOTIFICATION_SETTINGS }}
|
||||
|
||||
{EMAIL_SIG}
|
||||
{{ EMAIL_SIG }}
|
||||
|
Reference in New Issue
Block a user