From e0d5b579d9a724effcf0463aa4b93eae260ba3f7 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Mon, 26 Sep 2022 17:22:32 +0300 Subject: [PATCH] Fix link to subscribers in email composer --- utils/email/composer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 + "

"