diff options
Diffstat (limited to 'perllib')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Greenwich.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Greenwich.pm b/perllib/FixMyStreet/Cobrand/Greenwich.pm index 96baf021e..18b0c2f5e 100644 --- a/perllib/FixMyStreet/Cobrand/Greenwich.pm +++ b/perllib/FixMyStreet/Cobrand/Greenwich.pm @@ -6,7 +6,7 @@ use warnings; sub council_id { return 2493; } sub council_area { return 'Greenwich'; } -sub council_name { return 'Greenwich Borough Council'; } +sub council_name { return 'Royal Borough of Greenwich'; } sub council_url { return 'greenwich'; } sub example_places { |