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 | |
parent | 9ac1bac73d0b12f313d6863832b4b5547fded756 (diff) |
Some text updates from/for locale file.
Diffstat (limited to 't/app')
-rw-r--r-- | t/app/controller/about.t | 2 | ||||
-rw-r--r-- | t/app/controller/alert.t | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/t/app/controller/about.t b/t/app/controller/about.t index e1a1641fd..84eab005a 100644 --- a/t/app/controller/about.t +++ b/t/app/controller/about.t @@ -8,7 +8,7 @@ ok( my $mech = Test::WWW::Mechanize::Catalyst->new, 'Created mech object' ); # check that we can get the page $mech->get_ok('/about'); -$mech->content_like(qr{About Us ::\s+FixMyStreet.com}); +$mech->content_like(qr{About us ::\s+FixMyStreet.com}); $mech->content_contains('html lang="en-gb"'); SKIP: { 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'); |