Added a greeting to the changeset comment message

The greeting includes the recipient's user name (as for the message notification mail), which should increase the recipient's trust that the message isn't spam. Greetings were reused from each language's respective locale flie.
This commit is contained in:
Herve Saint-Amand 2017-01-12 21:52:17 +00:00
parent e59d6c567b
commit 39c3fa427e
58 changed files with 61 additions and 0 deletions

View file

@ -1,5 +1,9 @@
<% content_for :body do %>
<p style="margin: 0">
<%= t'notifier.changeset_comment_notification.hi', :to_user => @to_user %>
</p>
<p>
<% if @owner %>
<%= raw t "notifier.changeset_comment_notification.commented.your_changeset", :commenter => link_to_user(@commenter), :time => @time %>
<% else %>