Fix up translation issues in diary comment notifier.
This commit is contained in:
parent
1be7bb8a04
commit
35eeff0081
8 changed files with 14 additions and 14 deletions
|
@ -1,25 +1,25 @@
|
|||
***************************************************************************
|
||||
* *
|
||||
<%= t'banner1' %>
|
||||
<%= t'banner2' %>
|
||||
<%= t'notifier.diary_comment_notification.banner1' %>
|
||||
<%= t'notifier.diary_comment_notification.banner2' %>
|
||||
* *
|
||||
***************************************************************************
|
||||
|
||||
|
||||
<%= t'notifier.diary.hi', :to_user => @to_user %>
|
||||
<%= t'notifier.diary_comment_notification.hi', :to_user => @to_user %>
|
||||
|
||||
<%= t'notifier.diary.header', :from_user => @from_user, :subject => @subject %>
|
||||
<%= t'notifier.diary_comment_notification.header', :from_user => @from_user, :subject => @title %>
|
||||
|
||||
==
|
||||
<%= @body %>
|
||||
==
|
||||
|
||||
<%= t'notifier.diary.footer', :readurl => @readurl, :commenturl => @commenturl, :replyurl => @replyurl %>
|
||||
<%= t'notifier.diary_comment_notification.footer', :readurl => @readurl, :commenturl => @commenturl, :replyurl => @replyurl %>
|
||||
|
||||
|
||||
***************************************************************************
|
||||
* *
|
||||
<%= t'banner1' %>
|
||||
<%= t'banner2' %>
|
||||
<%= t'notifier.diary_comment_notification.banner1' %>
|
||||
<%= t'notifier.diary_comment_notification.banner2' %>
|
||||
* *
|
||||
***************************************************************************
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue