Align strings from 'subtitles' to 'captions' (#9941)

This commit is contained in:
surfdude29
2026-02-24 21:56:12 +00:00
committed by GitHub
parent db1f45de92
commit e656fe688d
3 changed files with 6 additions and 6 deletions
@@ -402,8 +402,8 @@ export function Controls({
{hasSubtitleTrack && (
<ControlButton
active={subtitlesEnabled}
activeLabel={_(msg`Disable subtitles`)}
inactiveLabel={_(msg`Enable subtitles`)}
activeLabel={_(msg`Disable captions`)}
inactiveLabel={_(msg`Enable captions`)}
activeIcon={CCActiveIcon}
inactiveIcon={CCInactiveIcon}
onPress={onPressSubtitles}