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

merge most tab and header strings

This commit is contained in:
dkanada 2020-08-13 21:38:57 +09:00
parent 65776be6aa
commit a9f9444bf7
18 changed files with 24 additions and 24 deletions

View file

@ -198,7 +198,7 @@ import 'css!./multiSelect';
if (user.Policy.EnableContentDownloading && appHost.supports('filedownload')) {
menuItems.push({
name: globalize.translate('ButtonDownload'),
name: globalize.translate('Download'),
id: 'download',
icon: 'file_download'
});