Fix link to subscribers in email composer

This commit is contained in:
Konstantinos Triantafyllou 2022-09-26 17:22:32 +03:00
parent 1db2073e96
commit e0d5b579d9
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ export class Composer {
email.subject = this.subjectPrefix + communityName + ": New subscriber notification";
email.body = "<div style='font-size" + this.noteBodySize + "'>"
+ "<p>There is a new subscriber ("+subscriberName+") for \"" + communityName + "\" community. Click "
+ "<a href='" + properties.adminPortalURL + "/" + communityId + "/users/subscribers"
+ "<a href='" + properties.adminPortalURL + "/" + communityId + "/users/member"
+ "'>here</a> to manage the subscribers list. </p>"
+ this.signature
+ "<p style='font-size:" + this.noteFontSize + "'>"