File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
8
8
<body>
9
9
<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>
11
11
<p><a href="{{AppUrl}}user/activate?code={{.Code}}">{{AppUrl}}user/activate?code={{.Code}}</a></p>
12
12
<p>Not working? Try copying and pasting it to your browser.</p>
13
13
<p>© <a target="_blank" rel="noopener" href="{{AppUrl}}">{{AppName}}</a></p>
Original file line number Diff line number Diff line change 7
7
8
8
<body>
9
9
<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>
11
11
<p><a href="{{AppUrl}}user/reset_password?code={{.Code}}">{{AppUrl}}user/reset_password?code={{.Code}}</a></p>
12
12
<p>Not working? Try copying and pasting it to your browser.</p>
13
13
<p>© <a target="_blank" rel="noopener" href="{{AppUrl}}">{{AppName}}</a></p>
You can’t perform that action at this time.
0 commit comments