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

Replce missing globalizes

This commit is contained in:
ferferga 2020-04-26 15:04:00 +02:00
parent 54eb916cfe
commit 97fafae1bc
2 changed files with 4 additions and 4 deletions

View file

@ -83,7 +83,7 @@ define(["userSettings", "globalize"], function (userSettings, globalize) {
if (html += '<div class="listPaging">', showControls) {
html += '<span style="vertical-align:middle;">';
html += Globalize.translate("ListPaging", (totalRecordCount ? startIndex + 1 : 0), recordsEnd, totalRecordCount);
html += globalize.translate("ListPaging", (totalRecordCount ? startIndex + 1 : 0), recordsEnd, totalRecordCount);
html += "</span>";
}