diff --git a/src/assets/locales/en.json b/src/assets/locales/en.json index f70fafd1..d0e66a16 100644 --- a/src/assets/locales/en.json +++ b/src/assets/locales/en.json @@ -849,7 +849,6 @@ "autoSelectChoice": "Auto select", "autoSelectDifferentChoice": "Tap again to auto select different subtitle", "SourceChoice": "Source Subtitles", - "source": "SOURCE", "OpenSubtitlesChoice": "External Subtitles", "loadingExternal": "Loading external subtitles...", "transcriptChoice": "Transcript", diff --git a/src/components/player/atoms/settings/CaptionsView.tsx b/src/components/player/atoms/settings/CaptionsView.tsx index eeab5384..3f4fb649 100644 --- a/src/components/player/atoms/settings/CaptionsView.tsx +++ b/src/components/player/atoms/settings/CaptionsView.tsx @@ -197,7 +197,7 @@ export function CaptionOption(props: CaptionOptionProps) { {props.subtitleType.toUpperCase()} )} - {props.subtitleSource ? ( + {props.subtitleSource && ( {props.subtitleSource.toUpperCase()} - ) : ( - - {t("player.menus.subtitles.source")} - )} {props.isHearingImpaired && (