mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-11 23:19:10 +01:00
Merge pull request #642 from robertsspaceindustries/patch-1
Fix translation keys
This commit is contained in:
commit
5ba66db7b4
@ -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")}
|
||||
</Button>
|
||||
</>
|
||||
) : (
|
||||
@ -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")}
|
||||
</Button>
|
||||
</>
|
||||
)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user