Skip to content

Commit

Permalink
updated user message
Browse files Browse the repository at this point in the history
  • Loading branch information
aholachek committed Mar 3, 2016
1 parent c3312a3 commit f9221d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/components/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ define([
function onDone(){
//publish alert
function alertSuccess (){
var message = "Please check <b>" + new_email+ "</b> for further instructions";
var message = "<p>Please check <b>" + new_email+ "</b> for further instructions</p><p>(If you don't see the email, please <b>check your spam folder</b>)</p>";
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
Expand Down

0 comments on commit f9221d2

Please sign in to comment.