We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 301f4b5 commit 7a9d263Copy full SHA for 7a9d263
src/components/Session/withEmailVerification.js
@@ -32,13 +32,13 @@ const withEmailVerification = Component => {
32
<div>
33
{this.state.isSent ? (
34
<p>
35
- E-Mail confirmation sent: Check you E-Mails (Spam
+ E-Mail confirmation sent: Check your E-Mails (Spam
36
folder included) for a confirmation E-Mail.
37
Refresh this page once you confirmed your E-Mail.
38
</p>
39
) : (
40
41
- Verify your E-Mail: Check you E-Mails (Spam folder
+ Verify your E-Mail: Check your E-Mails (Spam folder
42
included) for a confirmation E-Mail or send
43
another confirmation E-Mail.
44
0 commit comments