diff options
author | Struan Donald <struan@exo.org.uk> | 2013-02-21 17:17:44 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-02-21 17:17:44 +0000 |
commit | eac53ee0cc0b3bb4ff581e649abe69f7bc36c827 (patch) | |
tree | b2a2756c9eb3ca8278ff7ad6f4c512dfd226f3e8 | |
parent | d1168577039993c772bc5bc711f4442a32d93247 (diff) |
title should also be awating moderation while awaiting moderation
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Zurich.pm | 1 |
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 { |