我想从消息弹出窗口中删除 localhost/host-name。我该怎么做?

I want to remove the localhost/host-name from message popup. How I do this?

kendo.confirm("Do you want to confirm..").then(函数(){}

Here你可以看到一个相关的话题。

以防万一 link 消失:

    .k-confirm .k-window-titlebar::before {
    content: 'Confirmation';
    }

    .k-confirm .k-window-titlebar .k-dialog-title {
        visibility:collapse;
    }