aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CatDap/Controller/forgot_password.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CatDap/Controller/forgot_password.pm')
-rw-r--r--lib/CatDap/Controller/forgot_password.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CatDap/Controller/forgot_password.pm b/lib/CatDap/Controller/forgot_password.pm
index cda7802..92792b5 100644
--- a/lib/CatDap/Controller/forgot_password.pm
+++ b/lib/CatDap/Controller/forgot_password.pm
@@ -95,7 +95,7 @@ sub check : Local {
email => {
'to' => $email,
'from' => ${$c->config}{'emailfrom'},
- 'subject' => ${$c->config}{'apptitle'} . " - " . $c->loc('Forgot password'),
+ 'subject' => ${$c->config}{'apptitle'} . " - " . $c->loc('Forgotten password'),
'template' => 'forgot_password.tt',
},
url => $c->uri_for('/forgot_password/confirm') . "?secret=$secret",