From bad13fbba08d26d413f471cb0e6d9aea7dd4f20b Mon Sep 17 00:00:00 2001 From: Miodec Date: Fri, 17 Dec 2021 18:34:02 +0100 Subject: [PATCH] updated wording --- src/js/account-controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/account-controller.js b/src/js/account-controller.js index 7e1a55149..59f3a5917 100644 --- a/src/js/account-controller.js +++ b/src/js/account-controller.js @@ -22,7 +22,7 @@ async function loadUser(user) { $(".pageAccount .content p.accountVerificatinNotice").remove(); if (user.emailVerified === false) { $(".pageAccount .content").prepend( - `

Your account is not verified. Click here to resend the verification email.` + `

Your account is not verified. Send the verification email again.` ); } UI.setPageTransition(false);