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

merge weekday strings

This commit is contained in:
dkanada 2020-08-13 21:56:01 +09:00
parent e21397b38b
commit 369d7b2f5a
17 changed files with 43 additions and 43 deletions

View file

@ -86,7 +86,7 @@ import 'material-icons';
if (result.TotalRecordCount) {
nodes.push({
id: 'livetv',
text: globalize.translate('HeaderLiveTV'),
text: globalize.translate('LiveTV'),
state: {
opened: false
},