aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand/CheshireEast.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2020-03-03 15:31:01 +0000
committerMatthew Somerville <matthew@mysociety.org>2020-03-04 13:31:40 +0000
commitd0c432d5d8de6caad498f5ac1500d34393fd4b8d (patch)
tree7ed1d1f595d171abb5ad12af3d70484e61f083a9 /perllib/FixMyStreet/Cobrand/CheshireEast.pm
parent3221050312712d79d1e430b7863d93207d3ed973 (diff)
Version 3.0.v3.0
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/CheshireEast.pm')
-rw-r--r--perllib/FixMyStreet/Cobrand/CheshireEast.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/perllib/FixMyStreet/Cobrand/CheshireEast.pm b/perllib/FixMyStreet/Cobrand/CheshireEast.pm
index 3ac81ab95..e8cf8f8a3 100644
--- a/perllib/FixMyStreet/Cobrand/CheshireEast.pm
+++ b/perllib/FixMyStreet/Cobrand/CheshireEast.pm
@@ -124,14 +124,14 @@ sub council_rss_alert_options {
type => 'council',
id => sprintf( 'council:%s:%s', $council->{id}, $council->{id_name} ),
text => 'All reported problems within the council',
- rss_text => sprintf( _('RSS feed of problems within %s'), $council->{name}),
+ rss_text => sprintf( 'RSS feed of problems within %s', $council->{name}),
uri => $c->uri_for( '/rss/reports/' . $council->{short_name} ),
};
push @options, {
type => 'ward',
id => sprintf( 'ward:%s:%s:%s:%s', $council->{id}, $ward->{id}, $council->{id_name}, $ward->{id_name} ),
- rss_text => sprintf( _('RSS feed of reported problems within %s ward'), $ward->{name}),
- text => sprintf( _('Reported problems within %s ward'), $ward->{name}),
+ rss_text => sprintf( 'RSS feed of reported problems within %s ward', $ward->{name}),
+ text => sprintf( 'Reported problems within %s ward', $ward->{name}),
uri => $c->uri_for( '/rss/reports/' . $council->{short_name} . '/' . $ward->{short_name} ),
} if $ward;