From fe1fad6f0f072258cad4f2d5aa72f90988d611b2 Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Sun, 29 Jan 2023 22:25:18 +0100 Subject: [PATCH] [bug] fix mailer missing full paragraph --- src/mailer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mailer.js b/src/mailer.js index 450c0a4f3..079c3cc82 100644 --- a/src/mailer.js +++ b/src/mailer.js @@ -39,7 +39,7 @@ const _findTranslation = (translations, key) => { const violations = findTranslation('terms.content.content.violationsExamples'); delete violations['miscellaneous']; -const terms = Object.values(violations).join(', '); +const terms = findTranslation('terms.content.content.violations') + ' ' + Object.values(violations).join(', '); const templates = {