1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Add DownloadAll to translations

This commit is contained in:
Markus Ongyerth 2022-10-14 19:46:21 +02:00 committed by Bill Thornton
parent e834ae3f41
commit 17eede9062
2 changed files with 2 additions and 1 deletions

View file

@ -143,7 +143,7 @@ import toast from './toast/toast';
if (item.Type === 'Season' || item.Type == 'Series') {
commands.push({
name: 'Download All',
name: globalize.translate('DownloadAll'),
id: 'downloadall',
icon: 'file_download'
});