Default text of introjs-donebutton is done. I want to change this text for my case.
How to do it? Thanks.
var intro = introJs();
intro.setOptions({ doneLabel : 'Whatever you want' });
intro.start();
See option here: https://github.com/usablica/intro.js/blob/master/intro.js#L40
Thanks @bozdoz
Most helpful comment
See option here: https://github.com/usablica/intro.js/blob/master/intro.js#L40