diff --git a/service/package-lock.json b/service/package-lock.json
index 04c3c43a..43fcbabf 100644
--- a/service/package-lock.json
+++ b/service/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "alkemio-notifications",
- "version": "0.14.0",
+ "version": "0.14.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "alkemio-notifications",
- "version": "0.14.0",
+ "version": "0.14.1",
"license": "EUPL-1.2",
"dependencies": {
"@alkemio/client-lib": "^0.23.0",
diff --git a/service/package.json b/service/package.json
index 5d5cd7a1..69e5fb1e 100644
--- a/service/package.json
+++ b/service/package.json
@@ -1,6 +1,6 @@
{
"name": "alkemio-notifications",
- "version": "0.14.0",
+ "version": "0.14.1",
"description": "Alkemio notifications service",
"author": "Alkemio Foundation",
"private": false,
diff --git a/service/src/templates/_layouts/email-transactional.html b/service/src/templates/_layouts/email-transactional.html
index b4d294d2..81d58651 100644
--- a/service/src/templates/_layouts/email-transactional.html
+++ b/service/src/templates/_layouts/email-transactional.html
@@ -235,6 +235,7 @@
alt="alkemio-logo"
/>
+
diff --git a/service/src/templates/communication.user.message.recipient.js b/service/src/templates/communication.user.message.recipient.js
index 2013998d..1ba4dbd9 100644
--- a/service/src/templates/communication.user.message.recipient.js
+++ b/service/src/templates/communication.user.message.recipient.js
@@ -16,8 +16,10 @@ module.exports = () => ({
{{messageSender.displayName}} has sent you a message:
+
{{message}}
+
You can reply to this email to respond directly to {{messageSender.firstName}}.
Please keep in mind that this way, your email address will become visible.
If you prefer to communicate through Alkemio, click on the envelope icon on {{messageSender.displayName}}'s profile.
diff --git a/service/src/templates/community.external.invitation.created.inviter.js b/service/src/templates/community.external.invitation.created.inviter.js
index 831451dd..ef25caa5 100644
--- a/service/src/templates/community.external.invitation.created.inviter.js
+++ b/service/src/templates/community.external.invitation.created.inviter.js
@@ -11,7 +11,7 @@ module.exports = () => ({
to: '{{recipient.email}}',
subject: 'Invitation to join {{journey.displayName}}',
html: `{% extends "src/templates/_layouts/email-transactional.html" %}
- {% block content %}Hi {{inviter.name}},
+ {% block content %}Hi {{inviter.name}},
You have invited {{emails}} to join {{journey.displayName}}.
{% if welcomeMessage %}
diff --git a/service/src/templates/community.invitation.created.invitee.js b/service/src/templates/community.invitation.created.invitee.js
index c54f5ee2..8ee34e03 100644
--- a/service/src/templates/community.invitation.created.invitee.js
+++ b/service/src/templates/community.invitation.created.invitee.js
@@ -16,7 +16,7 @@ module.exports = () => ({
{{welcomeMessage}}
- click here to accept or decline
+ click here to accept or decline
{% endblock %}
${templates.footerBlock}`,
},
diff --git a/service/src/templates/community.user.application.admin.js b/service/src/templates/community.user.application.admin.js
index 05071a84..8c4979e7 100644
--- a/service/src/templates/community.user.application.admin.js
+++ b/service/src/templates/community.user.application.admin.js
@@ -12,11 +12,11 @@ module.exports = () => ({
subject:
'{{journey.displayName}}: Application from {{applicant.firstName}}',
html: `{% extends "src/templates/_layouts/email-transactional.html" %}
- {% block content %}Hi {{recipient.name}},
+ {% block content %}Hi {{recipient.firstName}},
We have received an application from {{applicant.name}} for the {{journey.type}} {{journey.displayName}}, of which you are an admin.
- Have a look at {{applicant.firstName}}'s profile
- Review {{applicant.firstName}}'s application on the Community tab on the settings page here.
+ Have a look at {{applicant.firstName}}'s profile
+ Review {{applicant.firstName}}'s application on the Community tab on the settings page here.
{% endblock %}
${templates.footerBlock}`,