From d86c79868e2e6ff533048e78bded638130385f5b Mon Sep 17 00:00:00 2001 From: Cool Fire Date: Thu, 30 Apr 2020 02:18:23 +0200 Subject: [PATCH] Change the wording of the password email template The sentense structure and tone didn't feel quite right --- views/email/newuser_password.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/views/email/newuser_password.erb b/views/email/newuser_password.erb index 0ac8d27..e5608c2 100644 --- a/views/email/newuser_password.erb +++ b/views/email/newuser_password.erb @@ -1,9 +1,9 @@ Hi, -Here is your password: <%= password %> +This is your password: <%= password %> -This is a single-use password, you will automatically be asked to -set a new password when logging in. +It is a single-use password. You will automatically be asked to +set a new password when you log in. Kind regards, Cool Fire -- GitLab