-
{rows.map((row) => (
diff --git a/src/pages/LegacyWalletRecoveryPage.tsx b/src/pages/LegacyWalletRecoveryPage.tsx
index 13acec17..afd49dc1 100644
--- a/src/pages/LegacyWalletRecoveryPage.tsx
+++ b/src/pages/LegacyWalletRecoveryPage.tsx
@@ -24,7 +24,7 @@ interface LegacyOption {
}
/**
- * Legacy wallet recovery hub at `/wallet/settings/legacy`.
+ * Legacy wallet recovery hub at `/wallet/legacy`.
*
* Surfaces two opt-in recovery flows for funds that may still be sitting in
* Agora's previous wallet generations:
@@ -58,7 +58,7 @@ export function LegacyWalletRecoveryPage() {
if (!user) {
return (
-
{t('walletBackupPage.unsupported')}
@@ -79,7 +79,7 @@ export function WalletBackupPage() { } return ( -