Fix link to subscribers in email composer
This commit is contained in:
parent
1db2073e96
commit
e0d5b579d9
|
@ -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 + "'>"
|
||||
|
|
Loading…
Reference in New Issue