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]]',