Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Missing Word in Identity Modal #1674

Merged
merged 3 commits into from
Nov 3, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix missing word in id verification modal
  • Loading branch information
RobertKeyser committed Nov 2, 2022
commit 79e6217854b8ab214d467bd0fa1d87b1a5107f5c
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ const VerificationForm: React.FC<VerificationFormProps> = ({
<ModalBody>
<Text fontSize="sm" color="gray.500" mb={4}>
We have sent a verification code to your email address. Please check
your email, then return to this window and the code below.
your email, then return to this window and enter the code below.
</Text>
<Stack spacing={3}>
<FormControl
Expand Down