web/DownloadButton: fix download audio i18n
This commit is contained in:
parent
3057f9cffb
commit
ed4a5889ab
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue