Skip to content

Commit

Permalink
chore: update button title
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop authored Oct 29, 2024
1 parent 0c5bd5b commit 9b48f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Playbooks/Runs/ApprovePlaybookButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function ApprovePlaybookButton({
}}
>
<BsCheck2 className="h-5 w-5" />
<span className="capitalize">Pending Approval</span>
<span >Approve</span>
</Button>
<ApprovePlaybookRunModal
onClose={() => {
Expand Down

0 comments on commit 9b48f56

Please sign in to comment.