diff --git a/src/components/transactions/BatchExecuteButton/index.tsx b/src/components/transactions/BatchExecuteButton/index.tsx index 301fb0b9b3..a9daefb3a8 100644 --- a/src/components/transactions/BatchExecuteButton/index.tsx +++ b/src/components/transactions/BatchExecuteButton/index.tsx @@ -60,7 +60,7 @@ const BatchExecuteButton = () => { disabled={isDisabled} onClick={handleOpenModal} > - Execute batch{isBatchable && ` (${batchableTransactions.length})`} + Bulk execute{isBatchable && ` ${batchableTransactions.length} txs`}