From 7de37b96135969a5517bb82bf3fcc18a6a9e1d89 Mon Sep 17 00:00:00 2001
From: Pas <74743263+Pasithea0@users.noreply.github.com>
Date: Wed, 18 Feb 2026 11:08:49 -0700
Subject: [PATCH] Revert "show "SOURCE" if the subtitle is a source subtitle"
This reverts commit f507cadf010817dca8ba2651b11b1baa6c6983cc.
---
src/assets/locales/en.json | 1 -
src/components/player/atoms/settings/CaptionsView.tsx | 6 +-----
2 files changed, 1 insertion(+), 6 deletions(-)
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 && (