diff --git a/src/scripts/libraryMenu.js b/src/scripts/libraryMenu.js
index ec7f26a0b2..ae59829aa5 100644
--- a/src/scripts/libraryMenu.js
+++ b/src/scripts/libraryMenu.js
@@ -516,10 +516,9 @@ function createToolsMenuList(pluginItems) {
icon: 'bug_report'
});
links.push({
- name: globalize.translate('TabNotifications'),
+ name: globalize.translate('Notifications'),
icon: 'notifications',
- href: '#/notificationsettings.html',
- pageIds: ['notificationSettingsPage', 'notificationSettingPage']
+ href: '#/notificationsettings.html'
});
links.push({
name: globalize.translate('TabPlugins'),
diff --git a/src/strings/en-us.json b/src/strings/en-us.json
index 06da99fada..df3dd81a93 100644
--- a/src/strings/en-us.json
+++ b/src/strings/en-us.json
@@ -4,7 +4,6 @@
"Actor": "Actor",
"Add": "Add",
"AddedOnValue": "Added {0}",
- "AdditionalNotificationServices": "Browse the plugin catalog to install additional notification services.",
"AddToCollection": "Add to collection",
"AddToFavorites": "Add to favorites",
"AddToPlaylist": "Add to playlist",
@@ -293,6 +292,7 @@
"General": "General",
"Genre": "Genre",
"Genres": "Genres",
+ "GetThePlugin": "Get the Plugin",
"GoogleCastUnsupported": "Google Cast Unsupported",
"GroupBySeries": "Group by series",
"GroupVersions": "Group versions",
@@ -773,7 +773,6 @@
"LabelModelName": "Model name",
"LabelModelNumber": "Model number",
"LabelModelUrl": "Model URL",
- "LabelMonitorUsers": "Monitor activity from",
"LabelMovieCategories": "Movie categories",
"LabelMoviePrefix": "Movie prefix",
"LabelMoviePrefixHelp": "If a prefix is applied to movie titles, enter it here so the server can handle it properly.",
@@ -785,7 +784,6 @@
"LabelNewPassword": "New password",
"LabelNewPasswordConfirm": "New password confirm",
"LabelNewsCategories": "News categories",
- "LabelNotificationEnabled": "Enable this notification",
"LabelNumber": "Number",
"LabelNumberOfGuideDays": "Number of days of guide data to download",
"LabelNumberOfGuideDaysHelp": "Downloading more days worth of guide data provides the ability to schedule out further in advance and view more listings, but it will also take longer to download. Auto will pick based on the number of channels.",
@@ -858,9 +856,7 @@
"LabelSeasonNumber": "Season number",
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as 'Movies', 'Music' and 'TV'",
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
- "LabelSelectUsers": "Select users",
"LabelSelectVersionToInstall": "Select version to install",
- "LabelSendNotificationToUsers": "Send the notification to",
"LabelSerialNumber": "Serial number",
"LabelSeriesRecordingPath": "Series recording path",
"LabelServerHost": "Host",
@@ -971,7 +967,6 @@
"LabelUDPPortRange": "UDP Communication Range",
"LabelUDPPortRangeHelp": "Restrict Jellyfin to use this port range when making UDP connections. (Default is 1024 - 645535). Note: Certain function require fixed ports that may be outside of this range.",
"LabelUnstable": "Unstable",
- "LabelUseNotificationServices": "Use the following services",
"LabelUser": "User",
"LabelUserAgent": "User agent",
"LabelUserLibrary": "User library",
@@ -1175,6 +1170,8 @@
"Normal": "Normal",
"NoSubtitleSearchResultsFound": "No results found.",
"NoSubtitlesHelp": "Subtitles will not be loaded by default. They can still be turned on manually during playback.",
+ "Notifications": "Notifications",
+ "NotificationsMovedMessage": "The notifications functionality has moved to the Webhook plugin.",
"NumLocationsValue": "{0} folders",
"Off": "Off",
"OnApplicationStartup": "On application startup",
@@ -1184,7 +1181,6 @@
"OnlyImageFormats": "Only Image Formats (VobSub, PGS, SUB)",
"OnWakeFromSleep": "On wake from sleep",
"Option3D": "3D",
- "OptionAdminUsers": "Administrators",
"OptionAllowAudioPlaybackTranscoding": "Allow audio playback that requires transcoding",
"OptionAllowBrowsingLiveTv": "Allow Live TV access",
"OptionAllowContentDownload": "Allow media downloads",
@@ -1201,14 +1197,12 @@
"OptionAllowUserToManageServer": "Allow this user to manage the server",
"OptionAllowVideoPlaybackRemuxing": "Allow video playback that requires conversion without re-encoding",
"OptionAllowVideoPlaybackTranscoding": "Allow video playback that requires transcoding",
- "OptionAllUsers": "All users",
"OptionAutomaticallyGroupSeries": "Automatically merge series that are spread across multiple folders",
"OptionAutomaticallyGroupSeriesHelp": "Series that are spread across multiple folders within this library will be automatically merged into a single series.",
"OptionBluray": "BD",
"OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
"OptionCommunityRating": "Community Rating",
"OptionCriticRating": "Critics Rating",
- "OptionCustomUsers": "Custom",
"OptionDaily": "Daily",
"OptionDateAdded": "Date Added",
"OptionDateEpisodeAdded": "Date Episode Added",
@@ -1507,7 +1501,6 @@
"TabNetworking": "Networking",
"TabNetworks": "TV Networks",
"TabNfoSettings": "NFO Settings",
- "TabNotifications": "Notifications",
"TabOther": "Other",
"TabParentalControl": "Parental Control",
"TabPlugins": "Plugins",