From 2b04e4b11f706a66a2014efe2f5c77ea6e96aed1 Mon Sep 17 00:00:00 2001 From: pavanjoshi914 Date: Fri, 29 Sep 2023 10:40:18 +0530 Subject: [PATCH] fix: use webbtc enable screen for webbtc provider --- src/app/screens/Enable/WebbtcEnable.tsx | 4 ++-- src/i18n/locales/en/translation.json | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/screens/Enable/WebbtcEnable.tsx b/src/app/screens/Enable/WebbtcEnable.tsx index 99fc52d15e..fe325dcf3c 100644 --- a/src/app/screens/Enable/WebbtcEnable.tsx +++ b/src/app/screens/Enable/WebbtcEnable.tsx @@ -1,5 +1,5 @@ import { useEffect, useState } from "react"; -import LiquidEnableComponent from "~/app/components/Enable/LiquidEnable"; +import WebbtcEnableComponent from "~/app/components/Enable/WebbtcEnable"; import Onboard from "~/app/components/onboard"; import { useAccount } from "~/app/context/AccountContext"; import api from "~/common/lib/api"; @@ -34,7 +34,7 @@ export default function WebbtcEnable(props: Props) { return ( <> {hasMnemonic ? ( - + ) : ( )} diff --git a/src/i18n/locales/en/translation.json b/src/i18n/locales/en/translation.json index 0a0f178cd5..a651d2b7ac 100644 --- a/src/i18n/locales/en/translation.json +++ b/src/i18n/locales/en/translation.json @@ -530,7 +530,6 @@ }, "webln_enable": { "title": "Connect to WebLN", - "request2": "Request invoices and lightning information" }, "alby_enable": { @@ -548,7 +547,7 @@ }, "webbtc_enable": { "title": "Connect to WebBTC", - "request2": "Request invoices and liquid information" + "request2": "Request invoices and Webbtc information" }, "unlock": { "unlock_to_continue": "Unlock to continue",