Skip to content

Commit

Permalink
Fix: Execute batch -> Bulk execute
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Aug 29, 2023
1 parent 620012c commit ec8a9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/transactions/BatchExecuteButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const BatchExecuteButton = () => {
disabled={isDisabled}
onClick={handleOpenModal}
>
Execute batch{isBatchable && ` (${batchableTransactions.length})`}
Bulk execute{isBatchable && ` ${batchableTransactions.length} txs`}
</Button>
</span>
</Tooltip>
Expand Down

0 comments on commit ec8a9f4

Please sign in to comment.