diff --git a/src/routes/safe/components/Transactions/TxList/QueueTxList.tsx b/src/routes/safe/components/Transactions/TxList/QueueTxList.tsx index 1ef22bf5..88acd9d0 100644 --- a/src/routes/safe/components/Transactions/TxList/QueueTxList.tsx +++ b/src/routes/safe/components/Transactions/TxList/QueueTxList.tsx @@ -86,7 +86,7 @@ export const QueueTxList = ({ transactions }: QueueTxListProps): ReactElement => const title = txLocation === 'queued.next' ? 'NEXT TRANSACTION' - : `QUEUE - Transaction with nonce ${nonce} needs to be executed fisrt` + : `QUEUE - Transaction with nonce ${nonce} needs to be executed first` const { lastItemId, setLastItemId } = useContext(TxsInfiniteScrollContext) if (transactions.length) {