mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 13:27:49 +08:00
updated wording
This commit is contained in:
parent
4e046bc315
commit
bad13fbba0
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ async function loadUser(user) {
|
|||
$(".pageAccount .content p.accountVerificatinNotice").remove();
|
||||
if (user.emailVerified === false) {
|
||||
$(".pageAccount .content").prepend(
|
||||
`<p class="accountVerificatinNotice" style="text-align:center">Your account is not verified. Click <a onClick="sendVerificationEmail()">here</a> to resend the verification email.`
|
||||
`<p class="accountVerificatinNotice" style="text-align:center">Your account is not verified. <a onClick="sendVerificationEmail()">Send the verification email again</a>.`
|
||||
);
|
||||
}
|
||||
UI.setPageTransition(false);
|
||||
|
|
Loading…
Reference in a new issue