mirror of
https://github.com/movie-web/movie-web.git
synced 2025-09-13 13:33:25 +00:00
Fix translation keys
This commit is contained in:
@@ -78,7 +78,7 @@ export function DownloadView({ id }: { id: string }) {
|
|||||||
theme="secondary"
|
theme="secondary"
|
||||||
download="subtitles.srt"
|
download="subtitles.srt"
|
||||||
>
|
>
|
||||||
{t("player.menus.downloads.downloadCaption")}
|
{t("player.menus.downloads.downloadSubtitle")}
|
||||||
</Button>
|
</Button>
|
||||||
</>
|
</>
|
||||||
) : (
|
) : (
|
||||||
@@ -113,7 +113,7 @@ export function DownloadView({ id }: { id: string }) {
|
|||||||
theme="secondary"
|
theme="secondary"
|
||||||
download="subtitles.srt"
|
download="subtitles.srt"
|
||||||
>
|
>
|
||||||
{t("player.menus.downloads.downloadCaption")}
|
{t("player.menus.downloads.downloadSubtitle")}
|
||||||
</Button>
|
</Button>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
Reference in New Issue
Block a user