diff --git a/src/NzbDrone.Core/Notifications/SendGrid/SendGridProxy.cs b/src/NzbDrone.Core/Notifications/SendGrid/SendGridProxy.cs index ed98bfc4c4..a8a44ef11b 100644 --- a/src/NzbDrone.Core/Notifications/SendGrid/SendGridProxy.cs +++ b/src/NzbDrone.Core/Notifications/SendGrid/SendGridProxy.cs @@ -64,7 +64,7 @@ public void SendNotification(string title, string message, SendGridSettings sett throw new SendGridException("Unauthorized - AuthToken is invalid"); } - throw new SendGridException("Unable to connect to Gotify. Status Code: {0}", ex); + throw new SendGridException("Unable to connect to SendGrid. Status Code: {0}", ex); } }