diff --git a/backend/templates/email_confirmation_login.html.tmpl b/backend/templates/email_confirmation_login.html.tmpl index b5fd6b75..f4210f07 100644 --- a/backend/templates/email_confirmation_login.html.tmpl +++ b/backend/templates/email_confirmation_login.html.tmpl @@ -10,7 +10,7 @@
Confirmation for {{.User}} on site {{.Site}}
TOKEN
-Copy and paste this text into “token” field on comments page
+Please copy and paste this text into “token” field on comments page to login
{{.Token}}
Sent to {{.Address}}
diff --git a/backend/templates/email_confirmation_subscription.html.tmpl b/backend/templates/email_confirmation_subscription.html.tmpl index 3c34c7e7..090829ef 100644 --- a/backend/templates/email_confirmation_subscription.html.tmpl +++ b/backend/templates/email_confirmation_subscription.html.tmpl @@ -15,7 +15,7 @@ {{- end }}TOKEN
-Copy and paste this text into “token” field on comments page
+Please copy and paste this text into “token” field on comments page to confirm subscription
{{.Token}}
Sent to {{.Email}}