From d50f491b1b4ad96a1b016f38b5a8f0e4106be874 Mon Sep 17 00:00:00 2001 From: Thunnini Date: Sun, 18 Dec 2022 23:21:38 +0900 Subject: [PATCH] Minor fix --- components/final-check-modal/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/final-check-modal/index.tsx b/components/final-check-modal/index.tsx index b102d5d..6960003 100644 --- a/components/final-check-modal/index.tsx +++ b/components/final-check-modal/index.tsx @@ -54,7 +54,7 @@ export const FinalCheckModal: FunctionComponent = (props) => { > Final Checks - {`You are claiming the ICNS name ${twitterUserName} on main keplr account`} + {`You are claiming the ICNS name ${twitterUserName} on keplr account`} = (props) => { }} /> } - title="Main Keplr Account" + title={walletInfo?.name || "Keplr account"} content={Bech32Address.shortenAddress( walletInfo?.bech32Address || "", 28,