From 95b1e05667b60ae4dfcfd732e565901bed5bdb0c Mon Sep 17 00:00:00 2001 From: Astrid Date: Fri, 29 Dec 2023 22:25:09 +0100 Subject: [PATCH] Fix translation keys --- src/components/player/atoms/settings/Downloads.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")} )}