diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-01-26 14:34:47 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-01-26 14:34:47 +0000 |
commit | ac59f93b2228f5ff77ca7b7aff6fc3be54d360cd (patch) | |
tree | 3b6e7fb937526aeb05b11d14cfcff0b30e531e73 /t/app/controller/questionnaire.t | |
parent | 251a0e77a25e5efb45aedca27a141f006dbddbde (diff) |
Improve some error pages.
Use design of auth/token in generic error, 404, and token server error
pages, and use the same error for too old/ token not found errors.
Diffstat (limited to 't/app/controller/questionnaire.t')
-rw-r--r-- | t/app/controller/questionnaire.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/questionnaire.t b/t/app/controller/questionnaire.t index 2a89454d5..7718d5034 100644 --- a/t/app/controller/questionnaire.t +++ b/t/app/controller/questionnaire.t @@ -87,7 +87,7 @@ foreach my $test ( { desc => 'User goes to questionnaire URL with a bad token', token_extra => 'BAD', - content => "we couldn't validate that token", + content => "Sorry, that wasn’t a valid link", }, { desc => 'User goes to questionnaire URL for a now-hidden problem', |