summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot/skins/default/templates/email/welcome_lamson_on.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/askbot/skins/default/templates/email/welcome_lamson_on.html b/askbot/skins/default/templates/email/welcome_lamson_on.html
index 8bed898c..bcca4234 100644
--- a/askbot/skins/default/templates/email/welcome_lamson_on.html
+++ b/askbot/skins/default/templates/email/welcome_lamson_on.html
@@ -5,7 +5,10 @@ of the email code to detect the response signature that will appear under #}
{% trans %}Welcome to {{ site_name }}!{% endtrans %}
</p>
<p>
- {% trans %}Please send a <em>blank reply</em> to this message. This helps us determine your email signature. Until we receive the response from you, you will not be able ask or answer questions on {{ site_name }} by email.{% endtrans %}
+ {% trans %}Important: <em>Please reply</em> to this message, without editing it. We need this to determine your email signature and that the email address is valid and was typed correctly.{% endtrans %}
+</p>
+<p>
+ {% trans %}Until we receive the response from you, you will not be able ask or answer questions on {{ site_name }} by email.{% endtrans %}
</p>
{% include "email/footer.html" %}
<p style="color:#aaa;font-size:8px">{{ email_code }}</p>{# important #}