mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update translations
This commit is contained in:
parent
331bb267fd
commit
9d64691fc1
3 changed files with 3 additions and 2 deletions
|
@ -9,6 +9,7 @@
|
|||
}
|
||||
|
||||
$('#txtCustomName', page).val(device.CustomName || '');
|
||||
$('#txtUploadPath', page).val(device.CameraUploadPath || '');
|
||||
$('.reportedName', page).html(device.ReportedName || '');
|
||||
}
|
||||
|
||||
|
|
|
@ -1200,7 +1200,7 @@
|
|||
cssClass += ' ' + LibraryBrowser.getUserDataCssClass(item.UserData.Key);
|
||||
}
|
||||
|
||||
if (options.showChildCountIndicator) {
|
||||
if (options.showChildCountIndicator && item.ChildCount) {
|
||||
cssClass += ' groupedCard';
|
||||
|
||||
if (item.Type == 'Series') {
|
||||
|
|
|
@ -575,7 +575,7 @@ var Dashboard = {
|
|||
}
|
||||
|
||||
if (isConnectMode) {
|
||||
html += '<p><a data-mini="true" data-role="button" href="selectserver.html" data-icon="cloud">' + Globalize.translate('ButtonSelectServer') + '</button></a>';
|
||||
html += '<p><a data-mini="true" data-role="button" href="selectserver.html" data-icon="cloud" data-ajax="false">' + Globalize.translate('ButtonSelectServer') + '</button></a>';
|
||||
}
|
||||
|
||||
html += '<p><button data-mini="true" type="button" onclick="Dashboard.logout();" data-icon="lock">' + Globalize.translate('ButtonSignOut') + '</button></p>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue