aboutsummaryrefslogtreecommitdiff
path: root/Emby.Notifications
diff options
context:
space:
mode:
authorVasily <JustAMan@users.noreply.github.com>2020-04-30 00:55:38 +0300
committerGitHub <noreply@github.com>2020-04-30 00:55:38 +0300
commit655a3ac54b9e3324aab2f81db95241626e6890a9 (patch)
treeb2ff47f2aff11a816e24832dc9c30f4eca36ad1b /Emby.Notifications
parent690fb65cd89d619cab168a871cbdfdfd12120009 (diff)
parent8c9604afba027baed71ad5f0775679228869f079 (diff)
Merge pull request #2656 from joshuaboniface/improve-builds
Improve builds
Diffstat (limited to 'Emby.Notifications')
-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")
};