diff --git a/src/js/components/user.js b/src/js/components/user.js index 0c8c5141a..95906846b 100644 --- a/src/js/components/user.js +++ b/src/js/components/user.js @@ -347,7 +347,7 @@ define([ function onDone(){ //publish alert function alertSuccess (){ - var message = "Please check " + new_email+ " for further instructions"; + var message = "

Please check " + new_email+ " for further instructions

(If you don't see the email, please check your spam folder)

"; this.getPubSub().publish(this.getPubSub().ALERT, new ApiFeedback({code: 0, msg: message, type : "success", title: "Success", modal: true})); }; //need to do it this way so the alert doesnt get lost after page is changed