From 91dc61bbaa9722dd07ec6cc06ac2a9c302b2e92e Mon Sep 17 00:00:00 2001 From: Rolf Schmidt Date: Wed, 16 Feb 2022 16:20:25 +0100 Subject: [PATCH] Fixes #3920 - Not translated text with forwarding e-mails. --- .../controllers/ticket_zoom/article_action/email_reply.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/app/controllers/ticket_zoom/article_action/email_reply.coffee b/app/assets/javascripts/app/controllers/ticket_zoom/article_action/email_reply.coffee index f7bcf3867..91857781c 100644 --- a/app/assets/javascripts/app/controllers/ticket_zoom/article_action/email_reply.coffee +++ b/app/assets/javascripts/app/controllers/ticket_zoom/article_action/email_reply.coffee @@ -257,7 +257,7 @@ class EmailReply extends App.Controller quote_header = App.FullQuoteHeader.fullQuoteHeaderForward(article) - body = "
---Begin forwarded message:---

#{quote_header}#{body}

" + body = "
---#{App.i18n.translateInline('Begin forwarded message')}:---

#{quote_header}#{body}

" articleNew = {} articleNew.body = body