diff --git a/src/components/Announcement/Popups/PopupTopRightDescriptions/DescriptionCrossChain.tsx b/src/components/Announcement/Popups/PopupTopRightDescriptions/DescriptionCrossChain.tsx
index f3f80f2ebc..5a9cab6d34 100644
--- a/src/components/Announcement/Popups/PopupTopRightDescriptions/DescriptionCrossChain.tsx
+++ b/src/components/Announcement/Popups/PopupTopRightDescriptions/DescriptionCrossChain.tsx
@@ -31,7 +31,7 @@ const DescriptionCrossChain = (
link: `${APP_PATHS.CROSS_CHAIN}?tab=${CrossChainTab.HISTORY}`,
summary: isSuccess
? t`${amountIn} ${srcTokenSymbol} on ${srcChainName} has been successfully swapped to ${amountOut} ${dstTokenSymbol} on ${dstChainName}`
- : t`There was an issue with swapping ${amountIn} ${srcTokenSymbol} on ${srcChainName} to ${amountOut} ${dstTokenSymbol} on ${dstChainName}. Your assets remain in your wallet`,
+ : t`There was an issue with swapping ${amountIn} ${srcTokenSymbol} on ${srcChainName} to ${amountOut} ${dstTokenSymbol} on ${dstChainName}. Your assets remain in your wallet.`,
}
}
export default DescriptionCrossChain
diff --git a/src/components/Announcement/Popups/TransactionPopup.tsx b/src/components/Announcement/Popups/TransactionPopup.tsx
index 839b469b65..72fc3bfccc 100644
--- a/src/components/Announcement/Popups/TransactionPopup.tsx
+++ b/src/components/Announcement/Popups/TransactionPopup.tsx
@@ -60,7 +60,7 @@ const summaryClaim = (txs: TransactionDetails) => {
}
const summaryStakeUnstakeFarm = (txs: TransactionDetails) => {
- return txs.type === TRANSACTION_TYPE.STAKE ? t`Stake liquidity into farm` : t`Unstake liquidity from farm`
+ return txs.type === TRANSACTION_TYPE.STAKE ? t`Stake liquidity into farm` : t`Unstake liquidity from farm.`
}
// ex: elastic add liquidity 30 knc and 40 usdt
@@ -105,7 +105,7 @@ const summaryDelegateDao = (txs: TransactionDetails) => {
? t`undelegated your voting power`
: t`delegated voting power to ${contract.slice(0, 6)}...${contract.slice(-4)}`
- return { success: t`You have successfully ${summary}`, error: t`Error ${summary}` }
+ return { success: t`You have successfully ${summary}`, error: t`Error ${summary}.` }
}
const summaryCancelLimitOrder = (txs: TransactionDetails) => {
diff --git a/src/components/Header/web3/NetworkModal/Networks.tsx b/src/components/Header/web3/NetworkModal/Networks.tsx
index 48ecaff5b7..745a3472a5 100644
--- a/src/components/Header/web3/NetworkModal/Networks.tsx
+++ b/src/components/Header/web3/NetworkModal/Networks.tsx
@@ -195,7 +195,7 @@ const Networks = ({
text={
disabled
? isMaintenance
- ? t`Chain under maintenance. We will be back as soon as possible`
+ ? t`Chain under maintenance. We will be back as soon as possible.`
: disabledMsg
: ''
}
diff --git a/src/components/ProAmm/ProAmmPriceRange.tsx b/src/components/ProAmm/ProAmmPriceRange.tsx
index 5b175a8ba3..0ed40c3fac 100644
--- a/src/components/ProAmm/ProAmmPriceRange.tsx
+++ b/src/components/ProAmm/ProAmmPriceRange.tsx
@@ -49,7 +49,7 @@ export default function ProAmmPriceRange({
Selected Price Range
@@ -94,7 +94,7 @@ export default function ProAmmPriceRange({
Min Price
@@ -112,7 +112,7 @@ export default function ProAmmPriceRange({
Max Price
diff --git a/src/components/ProAmm/ProAmmPriceRangeConfirm.tsx b/src/components/ProAmm/ProAmmPriceRangeConfirm.tsx
index a23774f99a..49d89653ee 100644
--- a/src/components/ProAmm/ProAmmPriceRangeConfirm.tsx
+++ b/src/components/ProAmm/ProAmmPriceRangeConfirm.tsx
@@ -163,7 +163,7 @@ export default function ProAmmPriceRangeConfirm({
>
{formatTickPrice(priceUpper, ticksAtLimit, Bound.UPPER)}