aboutsummaryrefslogtreecommitdiffstats
path: root/perllib
diff options
context:
space:
mode:
Diffstat (limited to 'perllib')
-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;