diff options
author | Michael Scherer <misc@mageia.org> | 2010-11-04 20:08:28 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-11-04 20:08:28 +0000 |
commit | bbae9ab3710db1302fc412891a568049d135499a (patch) | |
tree | f53c67314c13bfc8fca7cedae0c61a4770fcbfea /lib | |
parent | 7196982ff7f0f766c51b8cbb21a650d8252aa82e (diff) | |
download | identity-bbae9ab3710db1302fc412891a568049d135499a.tar identity-bbae9ab3710db1302fc412891a568049d135499a.tar.gz identity-bbae9ab3710db1302fc412891a568049d135499a.tar.bz2 identity-bbae9ab3710db1302fc412891a568049d135499a.tar.xz identity-bbae9ab3710db1302fc412891a568049d135499a.zip |
- fix typo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/CatDap/Controller/admin.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CatDap/Controller/admin.pm b/lib/CatDap/Controller/admin.pm index d44bf71..b324421 100644 --- a/lib/CatDap/Controller/admin.pm +++ b/lib/CatDap/Controller/admin.pm @@ -526,7 +526,7 @@ sub password : Local { if ( @{ $c->error } ) { my $errors = join "\n",@{ $c->error }; $c->log->info("Sending reset mail to $email failed: $errors"); - $c->response->body($c->loc('An error occured sending the email, but your account was created. Please try the password recovery process f you entered the correct email address: [_1]', $errors)); + $c->response->body($c->loc('An error occured sending the email, but your account was created. Please try the password recovery process if you entered the correct email address: [_1]', $errors)); $c->error(0); # Reset the error condition if you need to } push @errors,$c->loc('Password reset and email sent'); |