mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Use globalize.translate() overload everywhere
This commit is contained in:
parent
8201322715
commit
4ba2e3a950
11 changed files with 36 additions and 36 deletions
|
@ -306,7 +306,7 @@ define(["dialogHelper", "loading", "connectionManager", "require", "globalize",
|
|||
|
||||
html += '<div class="inputContainer">';
|
||||
|
||||
var idLabel = globalize.translate("LabelDynamicExternalId").replace("{0}", idInfo.Name);
|
||||
var idLabel = globalize.translate("LabelDynamicExternalId", idInfo.Name);
|
||||
|
||||
var value = providerIds[idInfo.Key] || "";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue