mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-30 13:30:13 +02:00
web/DownloadButton: fix download audio i18n
This commit is contained in:
parent
3057f9cffb
commit
ed4a5889ab
@ -119,7 +119,7 @@
|
|||||||
if (response.audio) {
|
if (response.audio) {
|
||||||
const pickerAudio = response.audio;
|
const pickerAudio = response.audio;
|
||||||
buttons.unshift({
|
buttons.unshift({
|
||||||
text: $t("button.download_audio"),
|
text: $t("button.download.audio"),
|
||||||
main: false,
|
main: false,
|
||||||
action: () => {
|
action: () => {
|
||||||
downloadFile(pickerAudio);
|
downloadFile(pickerAudio);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user