fix: typo in email template

This commit is contained in:
kolaente 2023-04-14 10:29:50 +02:00
parent b961119517
commit 2dad404217
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ const mailTemplateHTML = `
{{ if .ActionURL }}
<p style="color: #9CA3AF;font-size:12px;border-top: 1px solid #dbdbdb;margin-top:20px;padding-top:20px;">
If the button above doesn't work, copy the url below and paste it in your browsers address bar:<br/>
If the button above doesn't work, copy the url below and paste it in your browser's address bar:<br/>
{{ .ActionURL }}
</p>
{{ end }}

View File

@ -162,7 +162,7 @@ And one more, because why not?
<p style="color: #9CA3AF;font-size:12px;border-top: 1px solid #dbdbdb;margin-top:20px;padding-top:20px;">
If the button above doesn't work, copy the url below and paste it in your browsers address bar:<br/>
If the button above doesn't work, copy the url below and paste it in your browser's address bar:<br/>
https://example.com
</p>