aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perllib/FixMyStreet/Cobrand/Bexley.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Bexley.pm b/perllib/FixMyStreet/Cobrand/Bexley.pm
index 727382ec0..d398bb670 100644
--- a/perllib/FixMyStreet/Cobrand/Bexley.pm
+++ b/perllib/FixMyStreet/Cobrand/Bexley.pm
@@ -86,7 +86,7 @@ sub open311_post_send {
return unless $row->external_id;
return unless $row->category eq 'Abandoned and untaxed vehicles'
- || $row->category eq 'Animal fouling';
+ || $row->category eq 'Dead animal';
my $mb = FixMyStreet->config('STAGING_SITE') ? 'digital-team' : 'P1sfromContactCentre';
my $e = join('@', $mb, $self->admin_user_domain);