fix: challenge modal button label (#972)

This commit is contained in:
Aman Harwara
2022-04-13 23:54:19 +05:30
committed by GitHub
parent 9ba7b875a8
commit a91a1cbddd

View File

@@ -235,7 +235,7 @@ export const ChallengeModal: FunctionComponent<Props> = ({
submit().catch(console.error)
}}
>
{isProcessing ? 'Generating Keys...' : 'Unlock'}
{isProcessing ? 'Generating Keys...' : 'Submit'}
</Button>
{shouldShowForgotPasscode && (
<Button