Skip to content

Commit 6ee0a36

Browse files
committed
Fixed typo
1 parent f6fa18c commit 6ee0a36

File tree

1 file changed

+1
-1
lines changed
  • src/routes/projects/[projectId]/workflows/[workflowId]

1 file changed

+1
-1
lines changed

src/routes/projects/[projectId]/workflows/[workflowId]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@
815815
<button type='button' class='btn-close' data-bs-dismiss='modal' aria-label='Close'></button>
816816
</div>
817817
<div class='modal-body'>
818-
<p>Do you want to save the changes made to the arguments of the current selected workflow selectedWorkflowTask.task</p>
818+
<p>Do you want to save the changes made to the arguments of the current selected workflow task?</p>
819819
</div>
820820
<div class='modal-footer'>
821821
<button type='button' class='btn btn-secondary' data-bs-dismiss='modal'>Cancel</button>

0 commit comments

Comments
 (0)