Skip to content

Commit

Permalink
fix: align texts with new translations PR
Browse files Browse the repository at this point in the history
  • Loading branch information
IEduStu authored May 1, 2024
1 parent 097af8d commit e380c7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/Player/OptionsMenu/OptionsMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const OptionsMenu = ({ className, stream, playbackDevices }) => {
!!(streamingUrl || downloadUrl) &&
<Option
icon={'link'}
label={t('CTX_COPY_VIDEO_DOWNLOAD_LINK', {defaultValue: 'Copy download link'})}
label={t('CTX_COPY_VIDEO_DOWNLOAD_LINK', {defaultValue: 'Copy video download link'})}
disabled={stream === null}
onClick={onCopyDownloadLinkButtonClick}
/>
Expand All @@ -141,7 +141,7 @@ const OptionsMenu = ({ className, stream, playbackDevices }) => {
platform.name === 'ios' &&
<Option
icon={'play-outline'}
label={t('PLAYER_PLAY_IN_NPLAYER', {defaultValue: 'Open in nPlayer'})}
label={t('PLAYER_OPEN_IN_NPLAYER', {defaultValue: 'Open in nPlayer'})}
disabled={stream === null}
onClick={opneInNplayer}
/>
Expand Down

0 comments on commit e380c7e

Please sign in to comment.