Skip to content

Commit

Permalink
Fix the workflow action description
Browse files Browse the repository at this point in the history
Signed-off-by: Noble Mittal <noblemittal@outlook.com>
  • Loading branch information
beingnoble03 committed Sep 7, 2024
1 parent 0a4d0fe commit 41cf462
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const WorkflowActions: React.FC<WorkflowActionsProps> = ({ refetchWorkflows, key
}
body={
<div className="text-sm mt-3">
Starts the <span className="font-mono bg-gray-300">{name}</span> workflow.
Start the <span className="font-mono bg-gray-300">{name}</span> workflow.
</div>
}
/>
Expand All @@ -68,7 +68,7 @@ const WorkflowActions: React.FC<WorkflowActionsProps> = ({ refetchWorkflows, key
}
body={
<div className="text-sm mt-3">
Stops the <span className="font-mono bg-gray-300">{name}</span> workflow.
Stop the <span className="font-mono bg-gray-300">{name}</span> workflow.
</div>
}
/>
Expand Down

0 comments on commit 41cf462

Please sign in to comment.