aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CatDap/Controller
diff options
context:
space:
mode:
authorBuchan Milne <buchan@mageia.org>2011-02-15 23:45:07 +0000
committerBuchan Milne <buchan@mageia.org>2011-02-15 23:45:07 +0000
commitaafc5635ed63bc873495f0dd03cf4a0d9d046527 (patch)
treed1796df7f948cf804caff8955365908e63034944 /lib/CatDap/Controller
parent2bf1d4b2e19579a84d61b1d05b398eacfcf50ce2 (diff)
downloadidentity-aafc5635ed63bc873495f0dd03cf4a0d9d046527.tar
identity-aafc5635ed63bc873495f0dd03cf4a0d9d046527.tar.gz
identity-aafc5635ed63bc873495f0dd03cf4a0d9d046527.tar.bz2
identity-aafc5635ed63bc873495f0dd03cf4a0d9d046527.tar.xz
identity-aafc5635ed63bc873495f0dd03cf4a0d9d046527.zip
String updates
Diffstat (limited to 'lib/CatDap/Controller')
-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",