Skip to content

Commit

Permalink
✏️ fix typo in accepted talk email (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienblanc authored and bpetetot committed Feb 21, 2019
1 parent d30a4e5 commit 2bffaf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/email/templates/talkAccepted.js
Expand Up @@ -10,12 +10,12 @@ module.exports = (event, users, talk, url) => `
<body>
<p>Dear ${users.map(user => user.displayName).join(', ')}</p>
<p>Your talk <strong>"${talk.title}"</strong> has been accepted! 🎉 🎊</p>
<p>In order to help organizers for the selection and the event management, please confirm your venue:<p>
<p>In order to help organizers for the selection and the event management, please confirm your participation:<p>
<ul>
<li><strong><a href="${url}/speaker/talk/${talk.id}">My talk <strong>${talk.title}<strong></a></li></strong>
</p>
<p>
See you there !
See you there!
</p>
<p>
Made with 💗 by <a href="${url}">conference-hall.io</a> – <i>"${event.name}" team</i>
Expand Down

0 comments on commit 2bffaf3

Please sign in to comment.