Add missing html suffix to translation key
The new key was added to the translations config file in a previous commit.
This commit is contained in:
parent
f8f327179c
commit
651217e1bc
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<%= t ".hi", :to_user => @to_user %>
|
||||
</p>
|
||||
<p>
|
||||
<%= t ".header",
|
||||
<%= t ".header_html",
|
||||
:from_user => link_to_user(@from_user),
|
||||
:subject => tag.em(@title) %>
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue