fix: misspelled i18n in webgui password recovery
This commit is contained in:
parent
88c75626f4
commit
da87aa2c92
3 changed files with 6 additions and 7 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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(@_);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue