1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
This commit is contained in:
Luke Pulverenti 2015-09-06 12:22:22 -04:00
parent 8199fe27ff
commit c58b7f3469
5 changed files with 7 additions and 123 deletions

View file

@ -1046,7 +1046,7 @@
var id = "txtLookup" + idInfo.Key;
html += '<div data-role="fieldcontain">';
html += '<div>';
var idLabel = Globalize.translate('LabelDynamicExternalId').replace('{0}', idInfo.Name);
html += '<label for="' + id + '">' + idLabel + '</label>';