-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #346 from alphagov/unsubscribe_text
Slight change to unsubscribe wording
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 %> |