Skip to content

Commit 6e98812

Browse files
Ariflafriks
authored andcommitted
Fix copy in email templates (#2801)
1 parent 638509b commit 6e98812

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/mail/auth/activate.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<body>
99
<p>Hi <b>{{.Username}}</b>, thanks for registering at {{AppName}}!</p>
10-
<p>Please click the following link to verify your e-mail address within <b>{{.ActiveCodeLives}}</b>:</p>
10+
<p>Please click the following link to activate your account within <b>{{.ActiveCodeLives}}</b>:</p>
1111
<p><a href="{{AppUrl}}user/activate?code={{.Code}}">{{AppUrl}}user/activate?code={{.Code}}</a></p>
1212
<p>Not working? Try copying and pasting it to your browser.</p>
1313
<p>© <a target="_blank" rel="noopener" href="{{AppUrl}}">{{AppName}}</a></p>

templates/mail/auth/reset_passwd.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<body>
99
<p>Hi <b>{{.Username}}</b>,</p>
10-
<p>Please click the following link to verify your email address within <b>{{.ResetPwdCodeLives}}</b>:</p>
10+
<p>Please click the following link to reset your password within <b>{{.ResetPwdCodeLives}}</b>:</p>
1111
<p><a href="{{AppUrl}}user/reset_password?code={{.Code}}">{{AppUrl}}user/reset_password?code={{.Code}}</a></p>
1212
<p>Not working? Try copying and pasting it to your browser.</p>
1313
<p>© <a target="_blank" rel="noopener" href="{{AppUrl}}">{{AppName}}</a></p>

0 commit comments

Comments
 (0)