fix: misspelled i18n in webgui password recovery

This commit is contained in:
JT Smith 2007-09-14 14:34:06 +00:00
parent 88c75626f4
commit da87aa2c92
3 changed files with 6 additions and 7 deletions

View file

@ -1,4 +1,5 @@
7.4.7 7.4.7
- fix: misspelled i18n in webgui password recovery
- add type variable to Data Form record loop - add type variable to Data Form record loop

View file

@ -698,8 +698,6 @@ sub recoverPassword {
my $type = $self->getPasswordRecoveryType; my $type = $self->getPasswordRecoveryType;
#$self->session->errorHandler->warn("recovery type: $type");
if ($type eq 'profile') { if ($type eq 'profile') {
$self->profileRecoverPassword(@_); $self->profileRecoverPassword(@_);
} }

View file

@ -578,17 +578,17 @@ our $I18N = {
}, },
'recover password email text1' => { 'recover password email text1' => {
message => q|We have received your request the password for |, message => q|We have received your request to change the password for |,
lastUpdated => 177127324, lastUpdated => 1189780432,
}, },
'recover password email text2' => { 'recover password email text2' => {
message => q|Pleae use the link below to visit the site and change your password|, message => q|Please use the link below to visit the site and change your password.|,
lastUpdated => 177127324, lastUpdated => 1189780432,
}, },
'recover password email text3' => { 'recover password email text3' => {
message => q|If you did not request your password to be recovered, please contact the system administrator by replying to this message|, message => q|If you did not request your password to be recovered, please contact the system administrator.|,
lastUpdated => 177127324, lastUpdated => 177127324,
}, },