From: Andy Allan Date: Tue, 8 Dec 2020 13:50:22 +0000 (+0000) Subject: Add missing html suffix to translation key X-Git-Tag: live~1782^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/651217e1bcae8f82790f92f182e4ae6f511ba4a0 Add missing html suffix to translation key The new key was added to the translations config file in a previous commit. --- diff --git a/app/views/user_mailer/message_notification.html.erb b/app/views/user_mailer/message_notification.html.erb index fd49c6723..4095b5e59 100644 --- a/app/views/user_mailer/message_notification.html.erb +++ b/app/views/user_mailer/message_notification.html.erb @@ -2,7 +2,7 @@ <%= t ".hi", :to_user => @to_user %>

- <%= t ".header", + <%= t ".header_html", :from_user => link_to_user(@from_user), :subject => tag.em(@title) %>