diff --git a/emails/templates/signup_started.html b/emails/templates/signup_started.html index 15689a0e62c..80b4c327ba4 100644 --- a/emails/templates/signup_started.html +++ b/emails/templates/signup_started.html @@ -23,7 +23,7 @@
|
- Copy and past the email verification code: + Copy and paste the email verification code: [[.Code]] in the sign up form or use the link below. |
diff --git a/public/emails/signup_started.html b/public/emails/signup_started.html
index 6ab3218bddb..fe9c87cdaca 100644
--- a/public/emails/signup_started.html
+++ b/public/emails/signup_started.html
@@ -229,7 +229,7 @@ text-decoration: underline;
|
- Copy and past the email verification code: + Copy and paste the email verification code: {{.Code}} in the sign up form or use the link below. |