remove more strings from source
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
</div>
|
||||
</button>
|
||||
|
||||
<button is="emby-button" type="button" class="button-flat btnShuffle hide detailButton" title="${ButtonShuffle}">
|
||||
<button is="emby-button" type="button" class="button-flat btnShuffle hide detailButton" title="${Shuffle}">
|
||||
<div class="detailButton-content">
|
||||
<span class="material-icons detailButton-icon shuffle"></span>
|
||||
</div>
|
||||
|
||||
@@ -1452,7 +1452,7 @@ import 'emby-select';
|
||||
} else if (item.Type == 'MusicAlbum') {
|
||||
page.querySelector('#childrenTitle').innerHTML = globalize.translate('HeaderTracks');
|
||||
} else {
|
||||
page.querySelector('#childrenTitle').innerHTML = globalize.translate('HeaderItems');
|
||||
page.querySelector('#childrenTitle').innerHTML = globalize.translate('Items');
|
||||
}
|
||||
|
||||
if (item.Type == 'MusicAlbum' || item.Type == 'Season') {
|
||||
@@ -1652,7 +1652,7 @@ import 'emby-select';
|
||||
|
||||
if (!items.length) {
|
||||
renderCollectionItemType(page, parentItem, {
|
||||
name: globalize.translate('HeaderItems')
|
||||
name: globalize.translate('Items')
|
||||
}, items);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user