]> git.openstreetmap.org Git - rails.git/commitdiff
Add missing html suffix to translation key
authorAndy Allan <git@gravitystorm.co.uk>
Tue, 8 Dec 2020 13:50:22 +0000 (13:50 +0000)
committerAndy Allan <git@gravitystorm.co.uk>
Tue, 8 Dec 2020 13:50:22 +0000 (13:50 +0000)
The new key was added to the translations config file in a previous commit.

app/views/user_mailer/message_notification.html.erb

index fd49c6723c410da3bae56a249eabe3261e8882a5..4095b5e59426f13c1a991a2ad5215d7805a00530 100644 (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>