Commit 0728479 1 parent 7a40206 commit 0728479 Copy full SHA for 0728479
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -326,8 +326,8 @@ hi_user_x = Hi <b>%s</b>,
326
326
327
327
activate_account = Please activate your account
328
328
activate_account.title = %s, please activate your account
329
- activate_account.test_1 = Hi <b>%[1]s</b>, thanks for registering at %[2]s!
330
- activate_account.test_2 = Please click the following link to activate your account within <b>%s</b>:
329
+ activate_account.text_1 = Hi <b>%[1]s</b>, thanks for registering at %[2]s!
330
+ activate_account.text_2 = Please click the following link to activate your account within <b>%s</b>:
331
331
332
332
activate_email = Verify your email address
333
333
activate_email.title = %s, please verify your e-mail address
Original file line number Diff line number Diff line change 7
7
8
8
{{ $activate_url := printf "%suser/activate?code=%s" AppUrl .Code}}
9
9
<body>
10
- <p>{{.i18n.Tr "mail.activate_account.test_1 " .DisplayName AppName | Str2html}}</p><br>
11
- <p>{{.i18n.Tr "mail.activate_account.test_2 " .ActiveCodeLives | Str2html}}</p><p><a href="{{$activate_url}}">{{$activate_url}}</a></p><br>
12
- <p>{{.i18n.Tr "mail.link_not_working_do_paste" .DisplayName AppName | Str2html }}</p>
10
+ <p>{{.i18n.Tr "mail.activate_account.text_1 " .DisplayName AppName | Str2html}}</p><br>
11
+ <p>{{.i18n.Tr "mail.activate_account.text_2 " .ActiveCodeLives | Str2html}}</p><p><a href="{{$activate_url}}">{{$activate_url}}</a></p><br>
12
+ <p>{{.i18n.Tr "mail.link_not_working_do_paste"}}</p>
13
13
14
14
<p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
15
15
</body>
Original file line number Diff line number Diff line change 9
9
<body>
10
10
<p>{{.i18n.Tr "mail.hi_user_x" .DisplayName | Str2html}}</p><br>
11
11
<p>{{.i18n.Tr "mail.activate_email.text" .ActiveCodeLives | Str2html}}</p><p><a href="{{$activate_url}}">{{$activate_url}}</a></p><br>
12
- <p>{{.i18n.Tr "mail.link_not_working_do_paste" .DisplayName AppName | Str2html }}</p>
12
+ <p>{{.i18n.Tr "mail.link_not_working_do_paste"}}</p>
13
13
14
14
<p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
15
15
</body>
You can’t perform that action at this time.
0 commit comments