diff --git a/src/renderer/components/ft-list-video/ft-list-video.js b/src/renderer/components/ft-list-video/ft-list-video.js index 7d5498c34b4d3..90475c0a2e318 100644 --- a/src/renderer/components/ft-list-video/ft-list-video.js +++ b/src/renderer/components/ft-list-video/ft-list-video.js @@ -154,7 +154,7 @@ export default Vue.extend({ value: 'openYoutubeEmbed' }, { - label: this.$t('Video.Copy Invidious Channel Link'), + label: this.$t('Video.Open in Invidious'), value: 'openInvidious' }, { @@ -165,7 +165,7 @@ export default Vue.extend({ value: 'copyYoutubeChannel' }, { - label: this.$t('Video.Open in Invidious'), + label: this.$t('Video.Copy Invidious Channel Link'), value: 'copyInvidiousChannel' }, {