diff options
| author | bfayers <bfayers@users.noreply.github.com> | 2018-12-30 20:48:08 +0000 |
|---|---|---|
| committer | bfayers <bfayers@users.noreply.github.com> | 2018-12-30 20:48:08 +0000 |
| commit | 00ef953b8e11fb0b58d2165932bbedb6e42da67c (patch) | |
| tree | e5e5eef98eb5e70b5c24145178a8320f544a5eba /Emby.Notifications/Notifications.cs | |
| parent | d10d632c489b94566bbcf1b7e9c2bb86c31c97b1 (diff) | |
replace all instanced of emby.media with jellyfin.media
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 3cadad6c8..5725d1ba1 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") }; |
