From e35c10e83e503d4736d7eb162ddf0725cd61c258 Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Sat, 31 Dec 2022 12:49:30 +0100 Subject: [PATCH] [admin] update links in translations emails --- src/mailer.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mailer.js b/src/mailer.js index 51630c336..b793fd54d 100644 --- a/src/mailer.js +++ b/src/mailer.js @@ -87,12 +87,12 @@ const templates = { translationProposed: { subject: '[{{locale}}] New translations proposed', text: 'Check them out here: https://[[domain]]/admin', - html: '

Check them out here: [[domain]]/admin

', + html: '

Check them out here: [[domain]]/admin/translations/awaiting

', }, translationToMerge: { subject: '[{{locale}}] New translations ready to be merged', text: 'Check them out here: https://[[domain]]/admin', - html: '

Check them out here: [[domain]]/admin

', + html: '

Check them out here: [[domain]]/admin/translations/awaiting

', }, modMessage: { subject: '[[user.modMessage.subject]]',