diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-06-06 11:25:44 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-06-06 11:25:44 +0100 |
commit | 1aa62d33e4e038e9edf994084603086eff26b6ac (patch) | |
tree | 4763fa3eacd75caf4650e6a00f4c28a440182bd6 /t/app/controller/auth.t | |
parent | a6c11ec2e1fa29ffc28fed8fa0102f2fb9d61845 (diff) |
Tidy up some strings for translation, remove some migrated code.
Diffstat (limited to 't/app/controller/auth.t')
-rw-r--r-- | t/app/controller/auth.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/auth.t b/t/app/controller/auth.t index 9f08c8aa9..9a466832b 100644 --- a/t/app/controller/auth.t +++ b/t/app/controller/auth.t @@ -24,7 +24,7 @@ $mech->not_logged_in_ok; $mech->get_ok('/auth'); for my $test ( - [ '' => 'enter an email address' ], + [ '' => 'enter your email' ], [ 'not an email' => 'check your email address is correct' ], [ 'bob@foo' => 'check your email address is correct' ], [ 'bob@foonaoedudnueu.co.uk' => 'check your email address is correct' ], |