diff options
| author | Andrew Rabert <6550543+nvllsvm@users.noreply.github.com> | 2018-12-30 17:20:15 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-30 17:20:15 -0500 |
| commit | 7ad023143062c1995178e5700961b553822bd5af (patch) | |
| tree | 194cad7cb5e6854b1ac51a58de64c73c16a7f3ad /Emby.Notifications/Notifications.cs | |
| parent | b0fd432126606d7008544ff0237beabc52109e02 (diff) | |
| parent | 9986a3d22cb6db87d3ce6ff13561b1fcbbb94498 (diff) | |
Merge pull request #332 from bfayers/replace-embymedia-with-jellyfinmedia
Replace all emby.media links with jellyfin.media links
Diffstat (limited to 'Emby.Notifications/Notifications.cs')
| -rw-r--r-- | Emby.Notifications/Notifications.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Notifications/Notifications.cs b/Emby.Notifications/Notifications.cs index 3cadad6c8d..5725d1ba19 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") }; |
