diff --git a/wp-content/themes/academyAfrica/assets/js/modal.js b/wp-content/themes/academyAfrica/assets/js/modal.js index e7e1dae..47f1350 100644 --- a/wp-content/themes/academyAfrica/assets/js/modal.js +++ b/wp-content/themes/academyAfrica/assets/js/modal.js @@ -41,7 +41,7 @@ function onload() { if (isLoginFailed) { if (pathname === "/login/") { window.error = - "Error: An error occurred, either the password you entered is incorrect, the email is incorrect or your account is not activated"; + "Error: An error occurred, either the password you entered is incorrect, the email is incorrect or your account email is not activated"; } else { window.location.href = `/login/?login=failed&redirect_url=${pathname}`