diff --git a/utils/email/composer.ts b/utils/email/composer.ts index 3d1deb14..20f1ca97 100644 --- a/utils/email/composer.ts +++ b/utils/email/composer.ts @@ -157,7 +157,7 @@ export class Composer { email.subject = this.subjectPrefix + communityName + ": New subscriber notification"; email.body = "
" + "

There is a new subscriber ("+subscriberName+") for \"" + communityName + "\" community. Click " - + "here to manage the subscribers list.

" + this.signature + "

"