diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-07-01 14:18:32 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-07-01 14:18:32 +0100 |
commit | b054065d6b1025e97b1a19e8a69280954253599d (patch) | |
tree | b71d14faac8711e6b8c7a5dea30414e82841e1d0 /t | |
parent | a010a31a65d6ff3da49d7d85b1dd5a9300c3c92d (diff) |
Update error message.
Diffstat (limited to 't')
-rw-r--r-- | t/app/controller/report_updates.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/report_updates.t b/t/app/controller/report_updates.t index 9a3cb3947..3b53e6c46 100644 --- a/t/app/controller/report_updates.t +++ b/t/app/controller/report_updates.t @@ -415,7 +415,7 @@ for my $test ( password_sign_in => 'secret', }, field_errors => [ - 'There was a problem with your email/password combination. Please try again.', + "There was a problem with your email/password combination. Passwords and user accounts are a brand new service, so you probably do not have one yet \x{2013} please fill in the right hand side of this form to get one.", 'Please enter your name', # FIXME Not really necessary error ], }, |