mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 04:34:15 -04:00
[bug] fix mailer missing full paragraph
This commit is contained in:
parent
836b21dc15
commit
fe1fad6f0f
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user