Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge release 1.6.1 into main #267

Merged
merged 1 commit into from
Nov 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/emailer.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ module.exports.sendSurveyEmail = async function (toEmail) {
const html = `
<p>Bonjour,</p>
<p></p>
<p>Avez-vous apprécié <b>${config.APP_NAME}</b> ?</p>
<p>Votre réservation de numéro de conférence <b>${config.APP_NAME}</b> c'est terminé hier.<br>Avez-vous apprécié le service ?</p>

<p>Avez-vous eu des difficultés qui vous ont irrité ?</p>

Expand All @@ -194,7 +194,7 @@ module.exports.sendSurveyEmail = async function (toEmail) {
href="${config.AFTER_MEETING_SURVEY_URL}">
Donnez votre avis
</a>
(Certains services informatiques bloquent l'outil de sondage, dans ce cas, vous pouvez nous faire un retour en répondant à cet email)
(Si votre service informatique bloque l'outil de sondage, dans ce cas, vous pouvez nous faire un retour en répondant à cet email)

<p>À bientôt,</p>

Expand Down
Loading
Loading