Skip to content

Commit

Permalink
chore: fix modal title typo (#7651)
Browse files Browse the repository at this point in the history
  • Loading branch information
KenLSM authored Sep 9, 2024
1 parent b243edd commit 0fd5ebe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const SecretKeyActivationModal = ({
onClose={onClose}
isOpen={isOpen}
publicKey={publicKey}
modalActionText="Active your form"
modalActionText="Activate your form"
submitButtonText="Activate form"
onSubmit={onSubmit}
hasAck
Expand Down

0 comments on commit 0fd5ebe

Please sign in to comment.