aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CatDap/Controller
diff options
context:
space:
mode:
authorDexter Morgan <dmorgan@mageia.org>2011-01-08 00:00:32 +0000
committerDexter Morgan <dmorgan@mageia.org>2011-01-08 00:00:32 +0000
commitce055a1c33a4f2846127f66968ab7cfef70fb01e (patch)
tree169505d83b738cc2fc5457e644fdffa650d751ed /lib/CatDap/Controller
parent91ee0035e2e273a394b389f9feb318a91bb1ab04 (diff)
downloadidentity-ce055a1c33a4f2846127f66968ab7cfef70fb01e.tar
identity-ce055a1c33a4f2846127f66968ab7cfef70fb01e.tar.gz
identity-ce055a1c33a4f2846127f66968ab7cfef70fb01e.tar.bz2
identity-ce055a1c33a4f2846127f66968ab7cfef70fb01e.tar.xz
identity-ce055a1c33a4f2846127f66968ab7cfef70fb01e.zip
FIx wording
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 b5dde29..6001ed4 100644
--- a/lib/CatDap/Controller/forgot_password.pm
+++ b/lib/CatDap/Controller/forgot_password.pm
@@ -158,7 +158,7 @@ sub change_password : Local {
if ($c->req->param('newpassword1') eq $c->req->param('newpassword2')) {
$newpass = $c->req->param('newpassword1');
} else {
- push @errors, "New passwords dont match";
+ push @errors, "New passwords do not match";
}
# if error show confirm page again to retry
if (@errors) {