fix typo
This commit is contained in:
parent
5a5e034ba8
commit
ebc9230743
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ export class Emailer {
|
|||
}
|
||||
}
|
||||
|
||||
const CONFIRMATION_EMAIL_SUBJECT = "Confirmation d'association à un compte discord";
|
||||
const CONFIRMATION_EMAIL_SUBJECT = "[epiTLS] Confirmation d'association à un compte discord.";
|
||||
function confirmation_email_body(discord_username: string, link: string) {
|
||||
return `<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
@ -65,7 +65,7 @@ Si vous n'êtes pas à l'origine de cette demande, veuillez ignorer ce message.
|
|||
|
||||
---
|
||||
Je suis un robot et cette action à été effectuée automatiquement.
|
||||
Vous pouvez contacter le développeur de se service à l'email matthieu at imagevo dot fr.
|
||||
Vous pouvez contacter le développeur de ce service à l'email matthieu at imagevo dot fr.
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue