copyedit to unsubscribe email
This commit is contained in:
parent
1c0bbcd580
commit
5ff986129a
|
@ -12,8 +12,7 @@
|
||||||
<%- end %>
|
<%- end %>
|
||||||
<%- else %>
|
<%- else %>
|
||||||
<br/>
|
<br/>
|
||||||
<h2><%= t 'unsubscribe.title'%></h2>
|
<h2><%= t 'unsubscribe.title'%> <%= @user.email %></h2>
|
||||||
<div><%= t('unsubscribe.email_description', email: @user.email).html_safe %></div>
|
|
||||||
<br/>
|
<br/>
|
||||||
<%= form_tag(email_perform_unsubscribe_path(key: params[:key])) do %>
|
<%= form_tag(email_perform_unsubscribe_path(key: params[:key])) do %>
|
||||||
<%if @topic %>
|
<%if @topic %>
|
||||||
|
|
|
@ -728,7 +728,6 @@ en:
|
||||||
|
|
||||||
unsubscribe:
|
unsubscribe:
|
||||||
title: "Unsubscribe"
|
title: "Unsubscribe"
|
||||||
email_description: "You are unsubscribing emails for <b>%{email}</b>."
|
|
||||||
stop_watching_topic: "Stop watching this topic, %{link}"
|
stop_watching_topic: "Stop watching this topic, %{link}"
|
||||||
mute_topic: "Mute all notifications for this topic, %{link}"
|
mute_topic: "Mute all notifications for this topic, %{link}"
|
||||||
unwatch_category: "Stop watching all topics in %{category}"
|
unwatch_category: "Stop watching all topics in %{category}"
|
||||||
|
|
Loading…
Reference in New Issue