diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-06-03 09:55:00 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-06-03 09:55:00 +0100 |
commit | b712bbffbd70c06c53a1d185462c3419d65069b5 (patch) | |
tree | cae52f5d943974b6887e24944c11a0a05cbddf5c /t/app/controller/alert.t | |
parent | 9ac1bac73d0b12f313d6863832b4b5547fded756 (diff) |
Some text updates from/for locale file.
Diffstat (limited to 't/app/controller/alert.t')
-rw-r--r-- | t/app/controller/alert.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/alert.t b/t/app/controller/alert.t index f32d0d6e9..45257b31b 100644 --- a/t/app/controller/alert.t +++ b/t/app/controller/alert.t @@ -22,7 +22,7 @@ $mech->content_contains('html lang="en-gb"'); $mech->get_ok('/alert/list?pc=EH99 1SP'); $mech->title_like(qr/^Local RSS feeds and email alerts/); -$mech->content_contains('Local RSS feeds and email alerts for EH99 1SP'); +$mech->content_contains('Local RSS feeds and email alerts for ‘EH99 1SP’'); $mech->content_contains('html lang="en-gb"'); $mech->content_contains('Problems within 8.5km'); $mech->content_contains('rss/pc/EH991SP/2'); |