We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3bfefd6 + 8e99650 commit ebc67fbCopy full SHA for ebc67fb
1 file changed
app/views/signatures/unsubscribe.html.erb
@@ -1,12 +1,12 @@
1
<% if @signature.already_unsubscribed? %>
2
<h1>Already unsubscribed</h1>
3
- <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>
4
<% elsif @signature.invalid_unsubscribe_token? %>
5
<h1>Failed to unsubscribe</h1>
6
<p>Failed to unsubscribe. Your unsubscription token is invalid.</p>
7
<% else %>
8
<h1>Successfully unsubscribed</h1>
9
- <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>
10
<% end %>
11
12
<%= link_to "Return to home page", home_path %>
0 commit comments