Minor fix

This commit is contained in:
Paulo Gustavo Veiga 2022-04-11 10:05:30 -03:00
parent f1cfef8cf0
commit 735bb640b6
3 changed files with 4 additions and 3 deletions

View File

@ -71,7 +71,7 @@ final public class NotificationService {
model.put("baseUrl", getBaseUrl());
model.put("senderMail", user.getEmail());
model.put("message", message);
model.put("supportEmail", mailer.getSupportEmail());
model.put("doNotReplay", messageSource.getMessage("EMAIL.DO_NOT_REPLAY", new Object[]{mailer.getSupportEmail()}, locale));
mailer.sendEmail(formMail, collabEmail, subject, model, "newCollaboration.vm");
} catch (Exception e) {

View File

@ -33,5 +33,6 @@
</div>
</div>
<p style="font-size: 13px;font-family: Arial, sans-serif">${doNotReplay}</p></body>
<p style="font-size: 13px;font-family: Arial, sans-serif">${doNotReplay}</p>
</body>
</html>

View File

@ -33,6 +33,6 @@
</div>
</div>
<p style="font-size: 13px;font-family: Arial, sans-serif">${doNot}</p>
<p style="font-size: 13px;font-family: Arial, sans-serif">${doNotReplay}</p>
</body>
</html>