aboutsummaryrefslogtreecommitdiff
path: root/Emby.Notifications/Notifications.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Notifications/Notifications.cs')
-rw-r--r--Emby.Notifications/Notifications.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Notifications/Notifications.cs b/Emby.Notifications/Notifications.cs
index c09c4d449..101f9706c 100644
--- a/Emby.Notifications/Notifications.cs
+++ b/Emby.Notifications/Notifications.cs
@@ -137,7 +137,7 @@ namespace Emby.Notifications
var notification = new NotificationRequest
{
- Description = "Please see emby.media for details.",
+ Description = "Please see jellyfin.media for details.",
NotificationType = type,
Name = _localization.GetLocalizedString("NewVersionIsAvailable")
};