diff --git a/client/src/assets/text.json b/client/src/assets/text.json index 8a6bf9f..db617db 100644 --- a/client/src/assets/text.json +++ b/client/src/assets/text.json @@ -78,7 +78,7 @@ }, "popups": { "workflowTriggered": { - "title": "Incompatible workflow", + "title": "This workflow type cannot be triggered in an embedded window.", "descriptiona": "See and redirect the user back to the workflows page", "description": "See Embedded workflow instance recommendations and restrictions and redirect the user back to the workflows page" } diff --git a/client/src/components/Popups/WorkflowTriggerResult/WorkflowTriggerResult.jsx b/client/src/components/Popups/WorkflowTriggerResult/WorkflowTriggerResult.jsx index 0fb69ba..0fd7c83 100644 --- a/client/src/components/Popups/WorkflowTriggerResult/WorkflowTriggerResult.jsx +++ b/client/src/components/Popups/WorkflowTriggerResult/WorkflowTriggerResult.jsx @@ -20,8 +20,9 @@ const WorkflowTriggerResult = ({ workflowInstanceUrl }) => {

{textContent.popups.workflowTriggered.title}

+

- See Embedded workflow instance recommendations and restrictions. + See Embedded workflow instance recommendations and restrictions for more information.

{textContent.buttons.continue}