- From
-
+ From
+
Balance: {isLoadingBalances ? '...' : fromBalance} {fromToken}
@@ -182,10 +182,10 @@ const TokenSwap = () => {
+
- Exchange Rate
- 1 {fromToken} = {exchangeRate} {toToken}
+ Exchange Rate
+ 1 {fromToken} = {exchangeRate} {toToken}
- Slippage Tolerance
- {slippage}%
+ Slippage Tolerance
+ {slippage}%
@@ -231,14 +231,14 @@ const TokenSwap = () => {
{liquidityData.map((pool, idx) => (
-
+
-
{pool.pool}
-
TVL: ${pool.tvl}
+
{pool.pool}
+
TVL: ${pool.tvl}
{pool.apr} APR
-
Vol: ${pool.volume}
+
Vol: ${pool.volume}
))}
@@ -254,12 +254,12 @@ const TokenSwap = () => {
{txHistory.map((tx, idx) => (
-
+
-
{tx.amount} {tx.from}
+
{tx.amount} {tx.from}
-
+
Rate: {tx.rate}
{tx.time}
@@ -306,14 +306,14 @@ const TokenSwap = () => {
Confirm Swap
-
+
- You Pay
- {fromAmount} {fromToken}
+ You Pay
+ {fromAmount} {fromToken}
- You Receive
- {toAmount} {toToken}
+ You Receive
+ {toAmount} {toToken}
-
+
{t('delegation.explore')}
{t('delegation.myDelegations')}
{t('delegation.becomeDelegate')}
diff --git a/src/components/forum/DiscussionThread.tsx b/src/components/forum/DiscussionThread.tsx
index 7f840226..5fdeeb74 100644
--- a/src/components/forum/DiscussionThread.tsx
+++ b/src/components/forum/DiscussionThread.tsx
@@ -364,9 +364,9 @@ export function DiscussionThread({ proposalId }: { proposalId: string }) {
{showMarkdownHelp && (
-
- Markdown Formatting:
-
+
+ Markdown Formatting:
+
- **bold** → bold
- *italic* → italic
- [link](url) → link
diff --git a/src/components/proposals/ProposalWizard.tsx b/src/components/proposals/ProposalWizard.tsx
index 9e0ae8cd..a22563fc 100644
--- a/src/components/proposals/ProposalWizard.tsx
+++ b/src/components/proposals/ProposalWizard.tsx
@@ -286,9 +286,9 @@ const ProposalWizard: React.FC = ({ onComplete, onCancel })
{/* Step 5: Review */}
{currentStep === 5 && (
-
-
-
+
+
+
{t('proposals.wizard.readyToSubmit')}
diff --git a/src/components/treasury/FundingProposal.tsx b/src/components/treasury/FundingProposal.tsx
index 7b60cca7..c68b379b 100644
--- a/src/components/treasury/FundingProposal.tsx
+++ b/src/components/treasury/FundingProposal.tsx
@@ -276,9 +276,9 @@ export const FundingProposal: React.FC = () => {
{totalMilestoneAmount !== totalBudget && totalMilestoneAmount > 0 && (
-
+
-
+
Milestone total (${totalMilestoneAmount.toLocaleString()}) doesn't match budget total (${totalBudget.toLocaleString()})
diff --git a/src/pages/Dashboard.tsx b/src/pages/Dashboard.tsx
index d8f259e8..a20492c0 100644
--- a/src/pages/Dashboard.tsx
+++ b/src/pages/Dashboard.tsx
@@ -198,12 +198,12 @@ export default function Dashboard() {
{!profile?.email_verified && (
-
+
-
Verify your email
-
Please verify your email to access all features
+
Verify your email
+
Please verify your email to access all features