diff --git a/src/plugins/Dashboard/index.js b/src/plugins/Dashboard/index.js index 11ec4a739..5c19418a0 100644 --- a/src/plugins/Dashboard/index.js +++ b/src/plugins/Dashboard/index.js @@ -286,7 +286,7 @@ module.exports = class Dashboard extends Plugin { } if (!this.opts.inline && !showModalTrigger) { - this.uppy.log('Dashboard modal trigger not found, you won’t be able to select files. Make sure `trigger` is set correctly in Dashboard options', 'error') + this.uppy.log('Dashboard modal trigger not found. Make sure `trigger` is set in Dashboard options unless you are planning to call openModal() method yourself') } if (!this.opts.inline) {