Double quote strings that need to be interpolated
This commit is contained in:
parent
13597ca259
commit
a8d8e750da
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
<%= t 'notifier.note_comment_notification.greeting' %>
|
||||
|
||||
<% if @owner %>
|
||||
<%= t 'notifier.note_comment_notification.#{@event}.your_note', :commenter => @commenter, :place => @place %>
|
||||
<%= t "notifier.note_comment_notification.#{@event}.your_note", :commenter => @commenter, :place => @place %>
|
||||
<% else %>
|
||||
<%= t 'notifier.note_comment_notification.#{@event}.commented_note', :commenter => @commenter, :place => @place %>
|
||||
<%= t "notifier.note_comment_notification.#{@event}.commented_note", :commenter => @commenter, :place => @place %>
|
||||
<% end %>
|
||||
|
||||
==
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue