aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-02-21 17:17:44 +0000
committerStruan Donald <struan@exo.org.uk>2013-02-21 17:17:44 +0000
commiteac53ee0cc0b3bb4ff581e649abe69f7bc36c827 (patch)
treeb2a2756c9eb3ca8278ff7ad6f4c512dfd226f3e8
parentd1168577039993c772bc5bc711f4442a32d93247 (diff)
title should also be awating moderation while awaiting moderation
-rw-r--r--perllib/FixMyStreet/Cobrand/Zurich.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Zurich.pm b/perllib/FixMyStreet/Cobrand/Zurich.pm
index 7ac776df2..d26ec8ca3 100644
--- a/perllib/FixMyStreet/Cobrand/Zurich.pm
+++ b/perllib/FixMyStreet/Cobrand/Zurich.pm
@@ -63,6 +63,7 @@ sub problem_as_hashref {
delete $hashref->{ $var };
}
$hashref->{detail} = _('This report is awaiting moderation.');
+ $hashref->{title} = _('This report is awaiting moderation.');
$hashref->{state} = 'submitted';
$hashref->{state_t} = _('Submitted');
} else {