Skip to content

Commit 89e3cc3

Browse files
committed
Fix email on failed discord message
1 parent c4c02c6 commit 89e3cc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/pkg/emails/hermes_notification_email_factory.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func (factory *hermesNotificationEmailFactory) DiscordSendFailed(user *entities.
7171

7272
return &Email{
7373
ToEmail: user.Email,
74-
Subject: "📢 We could not forward an incoming message to your server",
74+
Subject: "📢 We could not forward an incoming message to your discord server",
7575
HTML: html,
7676
Text: text,
7777
}, nil

0 commit comments

Comments
 (0)