diff --git a/frontend/src/screens/wallet/index.tsx b/frontend/src/screens/wallet/index.tsx index f57563d3..46d4b83d 100644 --- a/frontend/src/screens/wallet/index.tsx +++ b/frontend/src/screens/wallet/index.tsx @@ -17,7 +17,7 @@ import { AlertDescription, AlertTitle, } from "src/components/ui/alert.tsx"; -import { Button } from "src/components/ui/button"; +import { Button, LinkButton } from "src/components/ui/button"; import { ALBY_HIDE_HOSTED_BALANCE_BELOW as ALBY_HIDE_HOSTED_BALANCE_LIMIT } from "src/constants.ts"; import { useAlbyBalance } from "src/hooks/useAlbyBalance"; import { useBalances } from "src/hooks/useBalances"; @@ -53,19 +53,17 @@ function Wallet() { sats in your Alby shared wallet

- Transfer funds from your Alby hosted balance. + Migrate funds from your Alby hosted balance.

{needsChannels ? ( - - - + Migrate Funds ) : ( - Transfer Funds + Migrate Funds )}