From ce055a1c33a4f2846127f66968ab7cfef70fb01e Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Sat, 8 Jan 2011 00:00:32 +0000 Subject: FIx wording --- lib/CatDap/Controller/forgot_password.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/CatDap/Controller') 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) { -- cgit v1.2.1