aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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