From 651217e1bcae8f82790f92f182e4ae6f511ba4a0 Mon Sep 17 00:00:00 2001
From: Andy Allan
Date: Tue, 8 Dec 2020 13:50:22 +0000
Subject: [PATCH] Add missing html suffix to translation key
The new key was added to the translations config file in a previous commit.
---
app/views/user_mailer/message_notification.html.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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) %>
--
2.39.5