From 846142eebdb5a2a94c01bdd1cbeeb5261ee1c9e2 Mon Sep 17 00:00:00 2001 From: Alex Malott <32649089+alexmalott@users.noreply.github.com> Date: Tue, 12 May 2020 10:09:24 -0600 Subject: [PATCH] Emails: Fixed a (very small) typo (#24586) --- emails/templates/signup_started.html | 2 +- public/emails/signup_started.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. |