You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* getting better email notifications
* completing basic email template for a new issue imported
* fixing logo source because of non well support for base64 images
* fixing logo in default email template
* fixing logo
* added preheader text
* more email adjustments
* adding a base statement template to use to migrate all emails for now
* replacing mails with the new template
* fixing issue with undefined content
* fixing issue with undefined content
Copy file name to clipboardexpand all lines: locales/en.json
+6-1
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,12 @@
129
129
"mail.webhook.payment.transfer.finished.message": "<p>We transfered {{currency}} {{amount}} for your account and you are goint to see it in your transactions as a payment from Gitpay.</p><p>The transfer was finished at {{date}}</p>",
130
130
"mail.webhook.github.issue.new.subject": "A new task from your issue was added on Gitpay: {{title}}",
131
131
"mail.webhook.github.issue.new.message": "<p>Your issue <a href=\"{{issue}}\">{{issue}}</a> from your repo <a href=\"{{repo}}\">{{repo}}</a> was added on Gitpay and now you can add a bounty and assign developers interested in solving your tasks.</p><p>Here is the URL: <a href=\"{{task}}\">{{task}}</a> </p>",
132
-
"mail.task.me.subject": "You created a new task on Gitpay",
132
+
"mail.task.me.subject": "You imported a new issue to Gitpay",
133
+
"mail.task.new.intro": "hi there!",
134
+
"mail.task.new.subtitle1": "<p>You imported a new issue from {{provider}} on Gitpay: <br /><a href=\"{{providerUrl}}\">{{title}}</a></p><p>Now you can add a bounty or invite sponsors to fund your issue. You can invite colaborators to solve your issue too. The user who solve the issue and merge the PR will receive the bounties added to this issue.</p>",
135
+
"mail.task.new.callToActionText": "See issue on Githpay",
136
+
"mail.task.new.subtitle2": "<p></p>",
137
+
"mail.task.new.footerMessage": "You received this message because you imported your issue to <a href=\"http://gitpay.me\" target=\"_blank\">Gitpay</a>",
133
138
"mail.task.payment.subject": "A bounty of $ {{value}} for the task: {{title}} was added on Gitpay",
134
139
"mail.task.payment.title": "A payment of $ {{value}} with credit card was added to the task",
135
140
"mail.task.bounties.subject": "We have issues with bounties on Gitpay",
`The pre authorized payment of $ ${mailData.value} for the issue <a href=\"${mailData.url}\">${mailData.title}</a> made using Paypal expired, and you need to make a new payment to keep the bounty available. Please visit https://gitpay.me/#/profile/payments to update your payment.`}</p>
`The pre authorized payment of $ ${mailData.value} for the issue <a href=\"${mailData.url}\">${mailData.title}</a> made using Paypal expired, and you need to make a new payment to keep the bounty available. Please visit https://gitpay.me/#/profile/payments to update your payment.`)
<br> Don't like these emails? <a href="https://gitpay.me/#/profile/user-account/settings" style="text-decoration: underline; color: #9a9ea6; font-size: 16px; text-align: center;">Change your e-mail notification settings in your account</a>.
Sendmail.success({email: constants.fromEmail},`A task ${taskData.url} was created`,`A task ${taskData.id} from ${userData.email} was created just now`)
0 commit comments