aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-02-18 21:45:33 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-02-18 21:45:33 +0100
commit8734b8b9e13ec0d046ef4f0f5823df7bc6b92d30 (patch)
tree2bfadb1279c16732d230f6ca3ee9e2bf2a4c436b /src
parentImport of datetime. (diff)
downloadnewspipe-8734b8b9e13ec0d046ef4f0f5823df7bc6b92d30.tar.gz
newspipe-8734b8b9e13ec0d046ef4f0f5823df7bc6b92d30.tar.bz2
newspipe-8734b8b9e13ec0d046ef4f0f5823df7bc6b92d30.zip
Rephrasing...
Diffstat (limited to 'src')
-rw-r--r--src/web/templates/emails/account_activation.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/templates/emails/account_activation.txt b/src/web/templates/emails/account_activation.txt
index ce7a8dc2..c7d9c52e 100644
--- a/src/web/templates/emails/account_activation.txt
+++ b/src/web/templates/emails/account_activation.txt
@@ -1,7 +1,7 @@
Hello {{ user.nickname }},
Your account has been created.
-Click on the following link to confirm it:
+Click on the following link in order to confirm it:
{{ platform_url }}user/confirm_account/{{ token }}
The link expires at {{ expire_time.strftime('%Y-%m-%d %H:%M') }}.
bgstack15