Skip to content

Commit 92ce9e6

Browse files
authored
Update install confirmation message
1 parent c10074b commit 92ce9e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ const xircuits: JupyterFrontEndPlugin<void> = {
622622

623623
if (missing.length) {
624624
const list = missing.map(p => p.raw).join(', ');
625-
const ok = window.confirm(`This template requires: ${list}. Install now?`);
625+
const ok = window.confirm(`This workflow template requires the following component libraries: ${list}. Would you like to install them now?`);
626626
if (!ok) {
627627
console.warn('User cancelled installation.');
628628
return;

0 commit comments

Comments
 (0)