mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-21 14:47:41 +01:00
Fix translation keys
This commit is contained in:
parent
0c9100f304
commit
95b1e05667
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Reference in a new issue