diff options
Diffstat (limited to 'perllib/FixMyStreet')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Oxfordshire.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm index 479d9c43b..be404c4be 100644 --- a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm +++ b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm @@ -130,10 +130,10 @@ sub pin_hover_title { sub state_groups_inspect { [ - [ _('New'), [ 'confirmed', 'investigating' ] ], - [ _('Scheduled'), [ 'action scheduled' ] ], - [ _('Fixed'), [ 'fixed - council' ] ], - [ _('Closed'), [ 'not responsible', 'duplicate', 'unable to fix' ] ], + [ 'New', [ 'confirmed', 'investigating' ] ], + [ 'Scheduled', [ 'action scheduled' ] ], + [ 'Fixed', [ 'fixed - council' ] ], + [ 'Closed', [ 'not responsible', 'duplicate', 'unable to fix' ] ], ] } |