summaryrefslogtreecommitdiffstats
path: root/askbot/skins/default/templates/instant_notification.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/skins/default/templates/instant_notification.html')
-rw-r--r--askbot/skins/default/templates/instant_notification.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/askbot/skins/default/templates/instant_notification.html b/askbot/skins/default/templates/instant_notification.html
index db2f5a05..c958c41b 100644
--- a/askbot/skins/default/templates/instant_notification.html
+++ b/askbot/skins/default/templates/instant_notification.html
@@ -1,7 +1,6 @@
{% load i18n %}
{% load smart_if %}
{% blocktrans %}<p>Dear {{receiving_user_name}},</p>{% endblocktrans %}
-<p></p>
{% if update_type == 'question_comment' %}
{% blocktrans %}
<p>{{update_author_name}} left a <a href="%{{post_url}}">new comment</a>
@@ -22,7 +21,7 @@ for question "{{origin_post_title}}"</p>
{% endif %}
{% if update_type == 'new_question' %}
{% blocktrans %}
-<p>{{update_author_name}} asked a question
+<p>{{update_author_name}} posted a new question
<a href="{{post_url}}">{{origin_post_title}}</a></p>
{% endblocktrans %}
{% endif %}
@@ -41,6 +40,6 @@ for question "{{origin_post_title}}"</p>
<p></p>
{% blocktrans %}
<p>Please note - you can easily <a href="{{user_subscriptions_url}}">change</a>
-how often you receive these notifications.</p>
+how often you receive these notifications or unsubscribe. Thank you for your interest in our forum!</p>
{% endblocktrans %}
{% trans "<p>Sincerely,<br/>Forum Administrator</p>" %}