diff --git a/wallet/src/components/BridgeComponent/index.jsx b/wallet/src/components/BridgeComponent/index.jsx index 2aceadd1d..f7630ca6a 100644 --- a/wallet/src/components/BridgeComponent/index.jsx +++ b/wallet/src/components/BridgeComponent/index.jsx @@ -494,7 +494,7 @@ const BridgeComponent = () => { {/* TRANSFER MODE */}
- Transfer Mode: + Transfer Mode: {txType.charAt(0).toUpperCase() + txType.slice(1)} Bridge @@ -588,7 +588,7 @@ const BridgeComponent = () => { -

Transaction created sucessfully.

+

Transaction created successfully.

Your transfer is ready to send. {/* View on etherscan */} - 12 block confirmations before being finalized. + 12 block confirmations before being finalised.
diff --git a/wallet/src/components/Modals/sendModal.tsx b/wallet/src/components/Modals/sendModal.tsx index 9f1e973a2..bc9f9a987 100644 --- a/wallet/src/components/Modals/sendModal.tsx +++ b/wallet/src/components/Modals/sendModal.tsx @@ -696,7 +696,7 @@ const SendModal = (props: SendModalProps): JSX.Element => { success hand
-

Transaction created sucessfully.

+

Transaction created successfully.

Your transfer is ready to send.