diff --git a/public/emails/verify_email_update.html b/public/emails/verify_email.html
similarity index 93%
rename from public/emails/verify_email_update.html
rename to public/emails/verify_email.html
index be8542832ca..e4371898a60 100644
--- a/public/emails/verify_email_update.html
+++ b/public/emails/verify_email.html
@@ -1,8 +1,8 @@
-
+
- {{ Subject .Subject .TemplateData "Verify your new email - {{.Name}}" }}
+ {{ Subject .Subject .TemplateData "Verify your email - {{.Name}}" }}
{{ __dangerouslyInjectHTML `` }}
{{ __dangerouslyInjectHTML `` }}
@@ -92,12 +92,10 @@
}
-
-
+
{{ __dangerouslyInjectHTML `` }}
@@ -114,7 +112,7 @@
-
+
|
@@ -153,7 +151,7 @@
- |
+ |
diff --git a/public/emails/verify_email_update.txt b/public/emails/verify_email.txt
similarity index 80%
rename from public/emails/verify_email_update.txt
rename to public/emails/verify_email.txt
index cfdd2665bec..eca6f998745 100644
--- a/public/emails/verify_email_update.txt
+++ b/public/emails/verify_email.txt
@@ -1,4 +1,4 @@
-{{HiddenSubject .Subject "Verify your new email - {{.Name}}"}}
+{{HiddenSubject .Subject "Verify your email - {{.Name}}"}}
Hi {{.Name}},
|