aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-02-12 12:45:55 +0000
committerStruan Donald <struan@exo.org.uk>2013-02-12 12:45:55 +0000
commit5938d596b8d5c1d14a1977f5529420aae0fc9b45 (patch)
tree52779fc2fd4627057ec45f2ca02e39fb101ec473
parent8d9bc808b3288aa5a00975c0e981b9d857836ed0 (diff)
correct spelling mistake
-rw-r--r--perllib/FixMyStreet/Cobrand/Zurich.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Zurich.pm b/perllib/FixMyStreet/Cobrand/Zurich.pm
index 30365e0a3..7140691e6 100644
--- a/perllib/FixMyStreet/Cobrand/Zurich.pm
+++ b/perllib/FixMyStreet/Cobrand/Zurich.pm
@@ -62,7 +62,7 @@ sub problem_as_hashref {
for my $var ( qw( photo category detail state state_t is_fixed meta ) ) {
delete $hashref->{ $var };
}
- $hashref->{detail} = _('This report is awating moderation');
+ $hashref->{detail} = _('This report is awaiting moderation');
$hashref->{state} = 'submitted';
$hashref->{state_t} = _('Submitted');
} else {