Browse Source

Merge pull request #642 from robertsspaceindustries/patch-1

Fix translation keys
pull/641/head
mrjvs 2 years ago committed by GitHub
parent
commit
5ba66db7b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/components/player/atoms/settings/Downloads.tsx

4
src/components/player/atoms/settings/Downloads.tsx

@ -78,7 +78,7 @@ export function DownloadView({ id }: { id: string }) { @@ -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 }) { @@ -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…
Cancel
Save