Skip to content

Commit 4175bc8

Browse files
fix: consistency
Co-authored-by: Danny Kopping <danny@coder.com>
1 parent 19398cc commit 4175bc8

File tree

1 file changed

+3
-3
lines changed
  • coderd/notifications/dispatch

1 file changed

+3
-3
lines changed

coderd/notifications/dispatch/smtp.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ import (
3434
)
3535

3636
var (
37-
ValidationNoFromAddressErr = xerrors.New("no 'from' address defined")
38-
ValidationNoToAddressErr = xerrors.New("no 'to' address(es) defined")
39-
ValidationNoSmarthostErr = xerrors.New("no 'smarthost' defined")
37+
ValidationNoFromAddressErr = xerrors.New("'from' address not defined")
38+
ValidationNoToAddressErr = xerrors.New("'to' address(es) not defined")
39+
ValidationNoSmarthostErr = xerrors.New("'smarthost' not defined")
4040
ValidationNoHelloErr = xerrors.New("'hello' not defined")
4141

4242
//go:embed smtp/html.gotmpl

0 commit comments

Comments
 (0)