Typo in verification email response page
We have a typo in the verification email response page after signing up, not in the email the user recieves.. The type is: "A verification code as been sent to..." The word has is missing the 'h'. I can't find a place to edit this message. This is on the response page, after someone signs up, not in the email. Any help is appreciated.
There are actually 3 typos on that page! I submitted a ticket.
I even found the file where the text is wrong (and fixed it because we have tons of new people joining and they are getting the typos ... it's a writer community so they don't like spelling mistakes!.
If you have FTP access, you can find (and fix) the mistakes in this file: CustomAuthHandler.php
Hope that helps.
...... as been sent to %s. Please provide the codeΒ bellow: ', 'fluent-'), $formData['email'])) ?>
for="fls_field_vefication">Vefication Code', 'fluent-security'); ?>
vefication" placeholder=""
name="_email_verification_token" required>
Thanks Eric!!