diff options
Diffstat (limited to 'templates/mail/auth/activate_email.tmpl')
-rw-r--r-- | templates/mail/auth/activate_email.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/mail/auth/activate_email.tmpl b/templates/mail/auth/activate_email.tmpl index 7c47aaa7b8..ebcaa0ee79 100644 --- a/templates/mail/auth/activate_email.tmpl +++ b/templates/mail/auth/activate_email.tmpl @@ -2,11 +2,11 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>{{.Username}}, please verify your e-mail address</title> + <title>{{.DisplayName}}, please verify your e-mail address</title> </head> <body> - <p>Hi <b>{{.Username}}</b>,</p> + <p>Hi <b>{{.DisplayName}}</b>,</p> <p>Please click the following link to verify your email address within <b>{{.ActiveCodeLives}}</b>:</p> <p><a href="{{AppUrl}}user/activate_email?code={{.Code}}&email={{.Email}}">{{AppUrl}}user/activate_email?code={{.Code}}&email={{.Email}}</a></p> <p>Not working? Try copying and pasting it to your browser.</p> |