diff options
author | Martin Wright <martin@mysociety.org> | 2020-03-11 11:23:33 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-03-31 18:08:07 +0100 |
commit | 0b94cef3707587a3704c952da8b8642ddbac1712 (patch) | |
tree | ef4c9f302298f3a72a2a7be93a67d29cf59882ef /bin | |
parent | c0f2abdbfcea725aaf32404fbf1e263585a69835 (diff) |
[Buckinghamshire] Update for change to unitary.
New unitary branding, and remove County from name.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/fixmystreet.com/fixture | 2 | ||||
-rw-r--r-- | bin/fixmystreet.com/one-off-move-js-messages-to-db | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/fixmystreet.com/fixture b/bin/fixmystreet.com/fixture index 9c471a941..f4a9fbef1 100755 --- a/bin/fixmystreet.com/fixture +++ b/bin/fixmystreet.com/fixture @@ -95,7 +95,7 @@ if ($opt->test_fixtures) { my $bodies; foreach ( { area_id => 2234, categories => ['Shelter Damaged', 'Very Urgent'], name => 'Northamptonshire County Council' }, - { area_id => 2217, categories => ['Flytipping', 'Roads', 'Parks'], name => 'Buckinghamshire County Council' }, + { area_id => 2217, categories => ['Flytipping', 'Roads', 'Parks'], name => 'Buckinghamshire Council' }, { area_id => 2257, categories => ['Flytipping', 'Graffiti'], name => 'Chiltern District Council' }, { area_id => 2397, categories => [ 'Graffiti' ], name => 'Northampton Borough Council' }, { area_id => 2483, categories => [ 'Potholes', 'Other' ], name => 'Hounslow Borough Council' }, diff --git a/bin/fixmystreet.com/one-off-move-js-messages-to-db b/bin/fixmystreet.com/one-off-move-js-messages-to-db index 1f03a56e2..bdbcd0a8c 100644 --- a/bin/fixmystreet.com/one-off-move-js-messages-to-db +++ b/bin/fixmystreet.com/one-off-move-js-messages-to-db @@ -33,7 +33,7 @@ my @messages = ( message => 'Please report problems with rights of way using <a href="https://publicrightsofway.oxfordshire.gov.uk/web/standardmap.aspx">this page</a>.' }, { - body => 'Buckinghamshire County Council', + body => 'Buckinghamshire Council', category => 'Rights of Way', message => 'If you wish to report an issue on a Public Right of Way, please use <a href="https://www.buckscc.gov.uk/services/environment/public-rights-of-way/report-a-rights-of-way-issue/">this service</a>.' }, |