From 506ea9282633154c4f7110240815ece72a141b45 Mon Sep 17 00:00:00 2001 From: fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Tue, 7 Nov 2023 01:39:29 +0500 Subject: [PATCH] chore(translations): fixed watchlist translation so its generic for all media servers --- src/i18n/locale/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locale/en.json b/src/i18n/locale/en.json index 9dcf48710..837ac6001 100644 --- a/src/i18n/locale/en.json +++ b/src/i18n/locale/en.json @@ -83,7 +83,7 @@ "components.Discover.MovieGenreSlider.moviegenres": "Movie Genres", "components.Discover.NetworkSlider.networks": "Networks", "components.Discover.PlexWatchlistSlider.emptywatchlist": "Media added to your Plex Watchlist will appear here.", - "components.Discover.PlexWatchlistSlider.plexwatchlist": "Your Plex Watchlist", + "components.Discover.PlexWatchlistSlider.plexwatchlist": "Your Watchlist", "components.Discover.RecentlyAddedSlider.recentlyAdded": "Recently Added", "components.Discover.StudioSlider.studios": "Studios", "components.Discover.TvGenreList.seriesgenres": "Series Genres",