fix: challenge modal button label (#972)
This commit is contained in:
@@ -235,7 +235,7 @@ export const ChallengeModal: FunctionComponent<Props> = ({
|
|||||||
submit().catch(console.error)
|
submit().catch(console.error)
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{isProcessing ? 'Generating Keys...' : 'Unlock'}
|
{isProcessing ? 'Generating Keys...' : 'Submit'}
|
||||||
</Button>
|
</Button>
|
||||||
{shouldShowForgotPasscode && (
|
{shouldShowForgotPasscode && (
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
Reference in New Issue
Block a user