Fixed typo

This commit is contained in:
seubpong.mon 2021-11-03 22:53:16 +07:00
parent 59abd1506f
commit cf55d4f105
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ In order to sent the wireguard configuration to clients via email (using sendgri
```
SENDGRID_API_KEY: Your sendgrid api key
EMAIL_FROM: the email address you registered on sendgrid
EMAIL_FROM_ADDRESS: the email address you registered on sendgrid
EMAIL_FROM_NAME: the sender's email address
```

View file

@ -34,7 +34,7 @@ var (
const (
defaultEmailSubject = "Your wireguard configuration"
defaultEmailContent = `Hi,</br>
<p>in this email you can file your personal configuration for our wireguard server.</p>
<p>In this email you can find your personal configuration for our wireguard server.</p>
<p>Best</p>
`