From 8734b8b9e13ec0d046ef4f0f5823df7bc6b92d30 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 18 Feb 2016 21:45:33 +0100 Subject: Rephrasing... --- src/web/templates/emails/account_activation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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') }}. -- cgit