mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-04-21 20:12:33 +03:00
Fixed typo
This commit is contained in:
parent
59abd1506f
commit
cf55d4f105
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ In order to sent the wireguard configuration to clients via email (using sendgri
|
||||||
|
|
||||||
```
|
```
|
||||||
SENDGRID_API_KEY: Your sendgrid api key
|
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
|
EMAIL_FROM_NAME: the sender's email address
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
2
main.go
2
main.go
|
@ -34,7 +34,7 @@ var (
|
||||||
const (
|
const (
|
||||||
defaultEmailSubject = "Your wireguard configuration"
|
defaultEmailSubject = "Your wireguard configuration"
|
||||||
defaultEmailContent = `Hi,</br>
|
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>
|
<p>Best</p>
|
||||||
`
|
`
|
||||||
|
|
Loading…
Add table
Reference in a new issue