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) {