diff --git a/scripts/verify_email.js b/scripts/verify_email.js index 834afc4..3616c01 100644 --- a/scripts/verify_email.js +++ b/scripts/verify_email.js @@ -30,7 +30,7 @@ if (target==null) user = rinput.user; if (!(user.isLoggedIn())) { // user not logged in - just bail on this - vlib.output(new ErrorBox(null,"You must log in before you can verify your account's email address.")); + vlib.output(new ErrorBox("Error","You must log in before you can verify your account's email address.")); vlib.done(); } // end if