diff --git a/src/components/ChannelPage.vue b/src/components/ChannelPage.vue index 10b0a705..56e586ba 100644 --- a/src/components/ChannelPage.vue +++ b/src/components/ChannelPage.vue @@ -213,8 +213,8 @@ export default { case "playlists": translatedTabName = this.$t("titles.playlists"); break; - case "channels": - translatedTabName = this.$t("titles.channels"); + case "albums": + translatedTabName = this.$t("titles.albums"); break; case "shorts": translatedTabName = this.$t("video.shorts"); diff --git a/src/locales/en.json b/src/locales/en.json index 3afc5245..1dac0443 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -13,6 +13,7 @@ "player": "Player", "livestreams": "Livestreams", "channels": "Channels", + "albums": "Albums", "bookmarks": "Bookmarks", "channel_groups": "Channel groups", "dearrow": "DeArrow"