diff --git a/client/src/components/WorkflowInvocationState/WorkflowInvocationState.vue b/client/src/components/WorkflowInvocationState/WorkflowInvocationState.vue
index facd043fdffd..741702b1cdc2 100644
--- a/client/src/components/WorkflowInvocationState/WorkflowInvocationState.vue
+++ b/client/src/components/WorkflowInvocationState/WorkflowInvocationState.vue
@@ -78,11 +78,11 @@ const tabsDisabled = computed(
const disabledTabTooltip = computed(() => {
const state = invocationState.value;
if (state != "scheduled") {
- return `This workflow is not currently scheduled. The current state is ${state}. Once the workflow is fully scheduled and jobs have complete this option will become available.`;
+ return `This workflow is not currently scheduled. The current state is ${state}. Once the workflow is fully scheduled and jobs have complete any disabled tabs will become available.`;
} else if (runningCount.value != 0) {
- return `The workflow invocation still contains ${runningCount.value} running job(s). Once these jobs have completed this option will become available.`;
+ return `The workflow invocation still contains ${runningCount.value} running job(s). Once these jobs have completed any disabled tabs will become available.`;
} else {
- return "Steps for this workflow are still running. This option will be available once complete.";
+ return "Steps for this workflow are still running. Any disabled tabs will be available once complete.";
}
});
@@ -332,33 +332,14 @@ async function onCancel() {
-->
-
- Report
-
-
-
-
-
-
- Export
-
-
-
-
+