Revision
251
Author
dmorgan
Date
2011-01-08 01:00:32 +0100 (Sat, 08 Jan 2011)

Log Message

FIx wording

Modified Paths

Modified: identity/CatDap/trunk/lib/CatDap/Controller/forgot_password.pm
===================================================================
--- identity/CatDap/trunk/lib/CatDap/Controller/forgot_password.pm	2011-01-07 23:20:38 UTC (rev 250)
+++ identity/CatDap/trunk/lib/CatDap/Controller/forgot_password.pm	2011-01-08 00:00:32 UTC (rev 251)
@@ -158,7 +158,7 @@
 	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) {