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