I had the same error and correct it by changing the following line of code closeText: "Close" to closeText: "" in the jquery-ui file
$.widget( "ui.dialog", { version: "1.12.1", options: { appendTo: "body", autoOpen: true, buttons: [], classes: { "ui-dialog": "ui-corner-all", "ui-dialog-titlebar": "ui-corner-all" }, closeOnEscape: true, closeText: "",
source share