aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2020-01-09 11:32:54 +0000
committerDave Arter <davea@mysociety.org>2020-01-09 11:52:36 +0000
commit628e291c032a4ab31a5932ee9706a1dfddd46fcb (patch)
treed5d477d8ef037aa16db295989a89eae18438f8ac
parent4257ab747215db1b5e3eced9ce182706dbba445c (diff)
[Zürich] Fix double escaping of enter_postcode_text
-rw-r--r--perllib/FixMyStreet/Cobrand/Zurich.pm2
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&uuml;rich street name');
+ return _('Enter a Zürich street name');
}
sub example_places {