Webix confirm

Hi Webix team,

I want to change the label of cancel and ok button. How can I do it in

https://snippet.webix.com/dc27drnh I want webix.bind method inside it.

https://docs.webix.com/api___confirm.html

    webix.confirm({
        title:"Custom title",
        ok:"Yes", 
        cancel:"No"
    });