copyedit to unsubscribe email

This commit is contained in:
Jeff Atwood 2017-06-09 00:27:24 -07:00
parent 1c0bbcd580
commit 5ff986129a
2 changed files with 1 additions and 3 deletions

View File

@ -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 %>

View File

@ -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}"