Skip to content

Commit

Permalink
Merge pull request #346 from alphagov/unsubscribe_text
Browse files Browse the repository at this point in the history
Slight change to unsubscribe wording
  • Loading branch information
Pete Herlihy committed Jul 22, 2015
2 parents 3bfefd6 + 8e99650 commit ebc67fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/signatures/unsubscribe.html.erb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<% if @signature.already_unsubscribed? %>
<h1>Already unsubscribed</h1>
<p>You have already unsubscribed for future email updates on the petition.</p>
<p>You have already unsubscribed from future email updates on this petition.</p>
<% elsif @signature.invalid_unsubscribe_token? %>
<h1>Failed to unsubscribe</h1>
<p>Failed to unsubscribe. Your unsubscription token is invalid.</p>
<% else %>
<h1>Successfully unsubscribed</h1>
<p>You have now unsubscribed for future email updates on the petition.</p>
<p>You have now unsubscribed from future email updates on this petition.</p>
<% end %>

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

0 comments on commit ebc67fb

Please sign in to comment.