diff options
author | Dave Whiteland <dave@mysociety.org> | 2014-03-07 19:52:50 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2014-03-07 19:52:50 +0000 |
commit | 74c246590ecfcdfefc79912fe4383923cb362176 (patch) | |
tree | 4859916357cf50d56f6111937f52ac4c108813f5 | |
parent | db6a59c52b0184f7a0d11661c7d7792f24104fae (diff) |
fix wrong diasmbig field for Chile
-rw-r--r-- | perllib/FixMyStreet/Cobrand/BellaVistaEnAccion.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/BellaVistaEnAccion.pm b/perllib/FixMyStreet/Cobrand/BellaVistaEnAccion.pm index ffd39ba84..d96e7bc96 100644 --- a/perllib/FixMyStreet/Cobrand/BellaVistaEnAccion.pm +++ b/perllib/FixMyStreet/Cobrand/BellaVistaEnAccion.pm @@ -25,7 +25,7 @@ sub languages { [ 'es-cl,Castellano,es_CL', 'en-gb,English,en_GB' ] } sub disambiguate_location { return { country => 'cl', - bing_country => 'Santiago', + town => 'Santiago', }; } |