diff --git a/platform/entanglement/src/actions/CopyAction.js b/platform/entanglement/src/actions/CopyAction.js index 2ed9725c41..0c5ab99755 100644 --- a/platform/entanglement/src/actions/CopyAction.js +++ b/platform/entanglement/src/actions/CopyAction.js @@ -81,6 +81,7 @@ define( if (phase.toLowerCase() === 'preparing' && !this.dialog) { this.dialog = this.dialogService.showBlockingMessage({ title: "Preparing to copy objects", + hint: "Do not navigate away from this page or close this browser tab while this message is displayed.", unknownProgress: true, severity: "info" });