diff --git a/src/routes/Receive.tsx b/src/routes/Receive.tsx index 2609012b5..10a9055b5 100644 --- a/src/routes/Receive.tsx +++ b/src/routes/Receive.tsx @@ -12,7 +12,6 @@ import { createSignal, Match, onCleanup, - onMount, Show, Switch } from "solid-js"; @@ -531,9 +530,13 @@ export function Receive() { amountSats={amount() ? amount().toString() : "0"} kind={flavor()} /> -
- {i18n.t("receive.lnurl_withdrawal_in_progress")} ... -
++ {i18n.t("receive.lnurl_withdrawal_in_progress")}{" "} + ... +
+{i18n.t("receive.keep_mutiny_open")}