mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-14 11:51:47 +00:00
fix(downloader): fix download button i18n
This commit is contained in:
@ -77,7 +77,7 @@ export const onRendererLoad = ({
|
|||||||
|
|
||||||
ipc.on('downloader-feedback', (feedback: string) => {
|
ipc.on('downloader-feedback', (feedback: string) => {
|
||||||
if (progress) {
|
if (progress) {
|
||||||
progress.innerHTML = feedback || 'Download';
|
progress.innerHTML = feedback || t('plugins.downloader.templates.button');
|
||||||
} else {
|
} else {
|
||||||
console.warn(
|
console.warn(
|
||||||
LoggerPrefix,
|
LoggerPrefix,
|
||||||
|
|||||||
Reference in New Issue
Block a user