diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-09-06 17:42:55 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-09-06 22:38:24 +0100 |
commit | 0e3f2305285e0b90ef2b8464ccc9f6d53abc64c4 (patch) | |
tree | 4f4bab8d10d14a738347ddaf666036e0e4c4db36 /perllib/FixMyStreet/Cobrand/Oxfordshire.pm | |
parent | 4bd649c5179eeb56f519e52e572489844d8221d2 (diff) |
Version 2.4.v2.4
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Oxfordshire.pm')
-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' ] ], ] } |