aboutsummaryrefslogtreecommitdiff
path: root/Emby.Notifications/NotificationEntryPoint.cs
diff options
context:
space:
mode:
authorMark Monteiro <marknr.monteiro@protonmail.com>2020-05-03 01:04:19 -0400
committerMark Monteiro <marknr.monteiro@protonmail.com>2020-05-03 01:04:19 -0400
commit1c06111497f0ecfa6ca374599b5641601b004077 (patch)
tree8d83bd03b76f87f429ab82a54fd73bc029eae6f0 /Emby.Notifications/NotificationEntryPoint.cs
parent7e467f9faa18168ddff0607751f3929e4e3e0285 (diff)
parent2bf3dee4c4fe56537c542bcc0c9df562552fb74d (diff)
Merge remote-tracking branch 'upstream/master' into integration-tests
Diffstat (limited to 'Emby.Notifications/NotificationEntryPoint.cs')
-rw-r--r--Emby.Notifications/NotificationEntryPoint.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Notifications/NotificationEntryPoint.cs b/Emby.Notifications/NotificationEntryPoint.cs
index befecc570..869b7407e 100644
--- a/Emby.Notifications/NotificationEntryPoint.cs
+++ b/Emby.Notifications/NotificationEntryPoint.cs
@@ -143,7 +143,7 @@ namespace Emby.Notifications
var notification = new NotificationRequest
{
- Description = "Please see jellyfin.media for details.",
+ Description = "Please see jellyfin.org for details.",
NotificationType = type,
Name = _localization.GetLocalizedString("NewVersionIsAvailable")
};