Skip to content

Commit ebc67fb

Browse files
author
Pete Herlihy
committed
Merge pull request #346 from alphagov/unsubscribe_text
Slight change to unsubscribe wording
2 parents 3bfefd6 + 8e99650 commit ebc67fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<% if @signature.already_unsubscribed? %>
22
<h1>Already unsubscribed</h1>
3-
<p>You have already unsubscribed for future email updates on the petition.</p>
3+
<p>You have already unsubscribed from future email updates on this petition.</p>
44
<% elsif @signature.invalid_unsubscribe_token? %>
55
<h1>Failed to unsubscribe</h1>
66
<p>Failed to unsubscribe. Your unsubscription token is invalid.</p>
77
<% else %>
88
<h1>Successfully unsubscribed</h1>
9-
<p>You have now unsubscribed for future email updates on the petition.</p>
9+
<p>You have now unsubscribed from future email updates on this petition.</p>
1010
<% end %>
1111

1212
<%= link_to "Return to home page", home_path %>

0 commit comments

Comments
 (0)