From ef6979e7d61fff3a0d0e58b23dc7d894c2078627 Mon Sep 17 00:00:00 2001 From: Dmitry Verkhoturov Date: Mon, 14 Jun 2021 01:50:40 +0200 Subject: [PATCH] improve email notifications text --- backend/templates/email_confirmation_login.html.tmpl | 2 +- backend/templates/email_confirmation_subscription.html.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}}