Skip to content

Commit

Permalink
Fix email on failed discord message
Browse files Browse the repository at this point in the history
  • Loading branch information
AchoArnold committed Oct 12, 2023
1 parent c4c02c6 commit 89e3cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/pkg/emails/hermes_notification_email_factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func (factory *hermesNotificationEmailFactory) DiscordSendFailed(user *entities.

return &Email{
ToEmail: user.Email,
Subject: "📢 We could not forward an incoming message to your server",
Subject: "📢 We could not forward an incoming message to your discord server",
HTML: html,
Text: text,
}, nil
Expand Down

0 comments on commit 89e3cc3

Please sign in to comment.