aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/model/problem.t
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-03-02 01:05:00 +0000
committerMatthew Somerville <matthew@mysociety.org>2012-03-02 01:05:00 +0000
commit55409fb82ab2d75216255f77938632cb54d47fef (patch)
treed649b234d9fb9b8ef32a7ba85ca7192dbaf30670 /t/app/model/problem.t
parent7b373378a67a760e5486393c031cb1d9ac265df1 (diff)
Get test suite all passing again, and fix bug displaying partial photo and my stupid use of c as a variable.
Diffstat (limited to 't/app/model/problem.t')
-rw-r--r--t/app/model/problem.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/app/model/problem.t b/t/app/model/problem.t
index ad42c5fdf..638e89200 100644
--- a/t/app/model/problem.t
+++ b/t/app/model/problem.t
@@ -56,7 +56,7 @@ for my $test (
title => 'Please enter a subject',
detail => 'Please enter some details',
council => 'No council selected',
- name => 'Please enter your full name, councils need this information - if you do not wish your name to be shown on the site, untick the box',
+ name => 'Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below',
}
},
{
@@ -68,7 +68,7 @@ for my $test (
title => 'Please enter a subject',
detail => 'Please enter some details',
council => 'No council selected',
- name => 'Please enter your full name, councils need this information - if you do not wish your name to be shown on the site, untick the box',
+ name => 'Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below',
}
},
{