Skip to content

Commit

Permalink
fix: challenge modal button label (#972)
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara authored Apr 13, 2022
1 parent 9ba7b87 commit a91a1cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export const ChallengeModal: FunctionComponent<Props> = ({
submit().catch(console.error)
}}
>
{isProcessing ? 'Generating Keys...' : 'Unlock'}
{isProcessing ? 'Generating Keys...' : 'Submit'}
</Button>
{shouldShowForgotPasscode && (
<Button
Expand Down

0 comments on commit a91a1cb

Please sign in to comment.