Skip to content

Commit

Permalink
Adjust warning message in workflow run form
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed May 13, 2024
1 parent 8e8a8f0 commit 1b9ff32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Workflow/Run/WorkflowRun.vue
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ defineExpose({
data-description="workflow run warning">
<span>
The <b>`{{ workflowName }}`</b> workflow may contain tools which have changed since it was last
saved or some error have been detected. Please
saved or some other problems have been detected. Please
</span>
<RouterLink v-if="isOwner" :to="editorLink">click here to edit and review the issues</RouterLink>
<BLink v-else @click="onImport">click here to import the workflow and review the issues</BLink>
Expand Down

0 comments on commit 1b9ff32

Please sign in to comment.