diff --git a/src/components/player/atoms/settings/Downloads.tsx b/src/components/player/atoms/settings/Downloads.tsx index 4a7dcef2..9dfa8309 100644 --- a/src/components/player/atoms/settings/Downloads.tsx +++ b/src/components/player/atoms/settings/Downloads.tsx @@ -78,7 +78,7 @@ export function DownloadView({ id }: { id: string }) { theme="secondary" download="subtitles.srt" > - {t("player.menus.downloads.downloadCaption")} + {t("player.menus.downloads.downloadSubtitle")} ) : ( @@ -113,7 +113,7 @@ export function DownloadView({ id }: { id: string }) { theme="secondary" download="subtitles.srt" > - {t("player.menus.downloads.downloadCaption")} + {t("player.menus.downloads.downloadSubtitle")} )}