Fix undefined globalize error

This commit is contained in:
Bill Thornton 2020-02-26 00:48:41 -05:00
parent 45acf52548
commit 36224ce5f7

View File

@ -58,7 +58,7 @@ define(["jQuery", "loading", "fnchecked", "emby-checkbox", "emby-textarea", "emb
});
}, function () {
require(["alert"], function (alert) {
alert(globalize.translate("DefaultErrorMessage"));
alert(Globalize.translate("DefaultErrorMessage"));
});
Dashboard.processServerConfigurationUpdateResult();