diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-04-09 11:40:04 -0400 |
|---|---|---|
| committer | Joshua M. Boniface <joshua@boniface.me> | 2020-04-09 11:40:04 -0400 |
| commit | b0e80b486b5a5047f78afd1f680b354daed94542 (patch) | |
| tree | 5c7d4bc13188862a4805d37e3a311b0500e8040e /Emby.Notifications | |
| parent | 529a9ae544dfd804466d852d3c9babf1a660a1eb (diff) | |
Use jellyfin.org everywhere
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") }; |
