From 7ce6569c26987f4634108b9a127d3b3f8694f3d6 Mon Sep 17 00:00:00 2001 From: shuoer86 <129674997+shuoer86@users.noreply.github.com> Date: Thu, 26 Oct 2023 22:23:03 +0800 Subject: [PATCH] fix typo --- src/locales/sim_en/translation.json | 2 +- src/pages/signinRedirect.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/sim_en/translation.json b/src/locales/sim_en/translation.json index a79825d..f619db6 100644 --- a/src/locales/sim_en/translation.json +++ b/src/locales/sim_en/translation.json @@ -2,7 +2,7 @@ "translation": { "complete": { "button": "View your contribution", - "description": "<0>Success! You have succesfully completed your contribution in this Summoning Ceremony.", + "description": "<0>Success! You have successfully completed your contribution in this Summoning Ceremony.", "modal": { "acknowledgment": "SEQUENCER ACKNOWLEDGEMENT", "checks": { diff --git a/src/pages/signinRedirect.tsx b/src/pages/signinRedirect.tsx index f347f67..82aca48 100644 --- a/src/pages/signinRedirect.tsx +++ b/src/pages/signinRedirect.tsx @@ -24,7 +24,7 @@ const SigninRedirect = (props: any) => { ;(async () => { const params = toParams(props.search.replace(/^\?/, '')) window.history.replaceState(null, '', window.location.pathname) - // check if login was succesful + // check if login was successful if (validateSigninParams(params)) { const notSameWallet = !(await isSameWallet(params.nickname)) if (params.provider === 'Ethereum' && notSameWallet) {