Skip to content

Commit

Permalink
Merge pull request #350 from alkem-io/1259-donna
Browse files Browse the repository at this point in the history
issue 1259 to change forum update notification text
  • Loading branch information
DonnaDuiker authored Dec 16, 2024
1 parent 31dcbe4 commit 5bd81a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/src/templates/platform.forum.discussion.created.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = () => ({
subject: 'New discussion created: {{discussion.displayName}}',
html: `{% extends "src/templates/_layouts/email-transactional.html" %}
{% block content %}Hi {{recipient.firstName}},<br><br>
<b>{{createdBy.firstName}}</b> created a new discussion in the Alkemio Forum: "<a style="color:#1d384a; text-decoration: none;" href="{{discussion.url}}">{{discussion.displayName}}</a>"
<b>{{createdBy.firstName}}</b> created a new post in the Alkemio Forum: "<a style="color:#1d384a; text-decoration: none;" href="{{discussion.url}}">{{discussion.displayName}}</a>"
<br><br>
<a class="action-button" href="{{discussion.url}}">HAVE A LOOK!</a><br><br>
{% endblock %}
Expand Down

0 comments on commit 5bd81a4

Please sign in to comment.