diff --git a/wise-webapp/src/main/java/com/wisemapping/mail/NotificationService.java b/wise-webapp/src/main/java/com/wisemapping/mail/NotificationService.java index 8bcb5500..da6cb137 100644 --- a/wise-webapp/src/main/java/com/wisemapping/mail/NotificationService.java +++ b/wise-webapp/src/main/java/com/wisemapping/mail/NotificationService.java @@ -82,7 +82,7 @@ final public class NotificationService { final String messageTitle = "Your new password has been generated"; final String messageBody = "
Someone, most likely you, requested a new password for your WiseMapping account.
\n" + - "Here is your new password: : " + temporalPassword + "
\n" + + "Here is your new password: " + temporalPassword + "
\n" + "You can login clicking here. We strongly encourage you to change the password as soon as possible.
"; sendTemplateMail(user, mailSubject, messageTitle, messageBody);