diff options
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Zurich.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Zurich.pm b/perllib/FixMyStreet/Cobrand/Zurich.pm index bedbe2d94..3cf678f9c 100644 --- a/perllib/FixMyStreet/Cobrand/Zurich.pm +++ b/perllib/FixMyStreet/Cobrand/Zurich.pm @@ -80,7 +80,7 @@ sub find_closest { sub enter_postcode_text { my ( $self ) = @_; - return _('Enter a Zürich street name'); + return _('Enter a Zürich street name'); } sub example_places { |