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:
parent
e59d6c567b
commit
39c3fa427e
58 changed files with 61 additions and 0 deletions
|
@ -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 %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue