diff --git a/ee/components/web3/CryptoSection.tsx b/ee/components/web3/CryptoSection.tsx index c6098171..4bac3693 100644 --- a/ee/components/web3/CryptoSection.tsx +++ b/ee/components/web3/CryptoSection.tsx @@ -83,7 +83,6 @@ const CryptoSection = (props: CryptoSectionProps) => { // @TODO: Show error on either of buttons if fails. Yup schema already contains the error message. const successButton = useMemo(() => { - console.log(props); if (props.verified) { Router.push(props.pathname); } diff --git a/public/static/locales/en/common.json b/public/static/locales/en/common.json index 849664aa..d3714090 100644 --- a/public/static/locales/en/common.json +++ b/public/static/locales/en/common.json @@ -610,6 +610,6 @@ "visit_roadmap": "Roadmap", "remove": "Remove", "add": "Add", - "verify_wallet": "Verify wallet", + "verify_wallet": "Verify Wallet", "connect_metamask": "Connect Metamask" }