Forward porting email authentication message on account activation.

This commit is contained in:
Colin Kuskie 2008-12-29 22:11:08 +00:00
parent 8b5f0ea4d8
commit 398ea7cb9d
3 changed files with 14 additions and 3 deletions

View file

@ -107,6 +107,12 @@ our $I18N = {
lastUpdated => 1078852836
},
'email validation confirmed' => {
message => q|Thank you for activating your account. You may now log in with your username and password.|,
context => q|Message displayed to the user after they validate their email address.|,
lastUpdated => 1230588145,
},
'display account template title' => {
message => q|WebGUI Authentication Display Account Template|,
lastUpdated => 1078852836