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:
Andy Allan 2020-12-08 13:50:22 +00:00
parent f8f327179c
commit 651217e1bc

View file

@ -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>