Suggested bounty: ${{value}}
Suggested date: {{suggestedDate}}
For learning purposes: {{learn}}
Comment: {{comment}}
", "mail.assign.owner.sec": "You can accept or reject this proposal.", - "mail.assign.owner.button.primary": "Accept work and assign them to this issue", + "mail.assign.owner.button.primary": "Check offer", "mail.messageInterested.subject": "You received a message about an issue you're interested in on Gitpay", "mail.messageInterested.intro": "{{name}} wrote about the issue {{title}} you're interested in on Gitpay:", "mail.messageInterested.message": "{{message}}", diff --git a/modules/mail/assign.js b/modules/mail/assign.js index 008a67bf..11bfe9c2 100644 --- a/modules/mail/assign.js +++ b/modules/mail/assign.js @@ -48,13 +48,9 @@ if (constants.canSendEmail) {${i18n.__('mail.assign.owner.sec')}
${Signatures.buttons(language, { primary: { - label: 'mail.assign.owner.button.primary', + label: 'mail.assign.owner.button.offer', title: task.title, url: `${process.env.FRONTEND_HOST}/#/task/${task.id}/offers` - }, - secondary: { - label: 'mail.assign.owner.button.secondary', - url: `${process.env.FRONTEND_HOST}/#/task/${task.id}/interested` } })}`) },