{title}
diff --git a/frontend/src/screens/channels/Channels.tsx b/frontend/src/screens/channels/Channels.tsx
index 0d019772..c29f3bbf 100644
--- a/frontend/src/screens/channels/Channels.tsx
+++ b/frontend/src/screens/channels/Channels.tsx
@@ -260,7 +260,7 @@ export default function Channels() {
albyBalance={albyBalance}
reloadAlbyBalance={reloadAlbyBalance}
>
- Transfer
+ Migrate
diff --git a/frontend/src/screens/wallet/index.tsx b/frontend/src/screens/wallet/index.tsx
index b1c01aaa..5f4ea708 100644
--- a/frontend/src/screens/wallet/index.tsx
+++ b/frontend/src/screens/wallet/index.tsx
@@ -1,6 +1,7 @@
import {
AlertTriangle,
ArrowDownIcon,
+ ArrowLeftRight,
ArrowUpIcon,
CreditCard,
} from "lucide-react";
@@ -8,7 +9,6 @@ import { Link } from "react-router-dom";
import AppHeader from "src/components/AppHeader";
import BreezRedeem from "src/components/BreezRedeem";
import ExternalLink from "src/components/ExternalLink";
-import { SelfCustodyIcon } from "src/components/icons/SelfCustodyIcon";
import Loading from "src/components/Loading";
import TransactionsList from "src/components/TransactionsList";
import { TransferFundsButton } from "src/components/TransferFundsButton";
@@ -43,16 +43,13 @@ function Wallet() {
{showMigrateCard && (
-
+
- Your funds ({new Intl.NumberFormat().format(albyBalance.sats)}{" "}
- sats) are still hosted by Alby.
+ You still have{" "}
+
+ {new Intl.NumberFormat().format(albyBalance.sats)}
+ {" "}
+ sats in your Alby shared wallet