diff options
| author | Vasily <JustAMan@users.noreply.github.com> | 2020-04-30 00:55:38 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-30 00:55:38 +0300 |
| commit | 655a3ac54b9e3324aab2f81db95241626e6890a9 (patch) | |
| tree | b2ff47f2aff11a816e24832dc9c30f4eca36ad1b /Emby.Notifications | |
| parent | 690fb65cd89d619cab168a871cbdfdfd12120009 (diff) | |
| parent | 8c9604afba027baed71ad5f0775679228869f079 (diff) | |
Merge pull request #2656 from joshuaboniface/improve-builds
Improve builds
Diffstat (limited to 'Emby.Notifications')
| -rw-r--r-- | Emby.Notifications/NotificationEntryPoint.cs | 2 |
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") }; |
