Skip to content

Commit

Permalink
Fix swapped label
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Oct 4, 2021
1 parent 45ab43e commit 53a1956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/components/ft-list-video/ft-list-video.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
},
{
Expand All @@ -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'
},
{
Expand Down

0 comments on commit 53a1956

Please sign in to comment.