Skip to content

Commit

Permalink
[Sutton] Reword link to ordering bins to include bags
Browse files Browse the repository at this point in the history
  • Loading branch information
MorayMySoc authored and dracos committed Apr 7, 2024
1 parent 9afcb8c commit 1935d88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion t/app/controller/waste_sutton_r.t
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ FixMyStreet::override_config {
$e->mock('GetTasks', sub { [] });
};
subtest 'Request a new bin' => sub {
$mech->follow_link_ok( { text => 'Request a bin, box or caddy' } );
$mech->follow_link_ok( { text => 'Request a bin, box, caddy or bags' } );
# 19 (1), 24 (1), 16 (1), 1 (1)
# missing, new_build, more
$mech->content_contains('The Council has continued to provide waste and recycling containers free for as long as possible', 'Intro text included');
Expand Down
2 changes: 1 addition & 1 deletion templates/web/sutton/waste/_more_services_sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h3>More services</h3>
<li><a href="[% c.uri_for_action('waste/report', [ property.id ]) %]">Report a missed collection</a></li>
[% END %]
[% IF any_request_allowed %]
<li><a href="[% c.uri_for_action('waste/request', [ property.id ]) %]">Request a bin, box or caddy</a></li>
<li><a href="[% c.uri_for_action('waste/request', [ property.id ]) %]">Request a bin, box, caddy or bags</a></li>
[% END %]
[% IF show_garden_subscribe %]
<li><a href="[% c.uri_for_action('waste/garden', [ property.id ]) %]">Subscribe to [% c.cobrand.garden_service_name %]</a></li>
Expand Down

0 comments on commit 1935d88

Please sign in to comment.