There was an error while loading. Please reload this page.
1 parent c10074b commit 92ce9e6Copy full SHA for 92ce9e6
1 file changed
src/index.tsx
@@ -622,7 +622,7 @@ const xircuits: JupyterFrontEndPlugin<void> = {
622
623
if (missing.length) {
624
const list = missing.map(p => p.raw).join(', ');
625
- const ok = window.confirm(`This template requires: ${list}. Install now?`);
+ const ok = window.confirm(`This workflow template requires the following component libraries: ${list}. Would you like to install them now?`);
626
if (!ok) {
627
console.warn('User cancelled installation.');
628
return;
0 commit comments