diff --git a/src/app/pages/community/community-edit-form/community-edit-form.component.ts b/src/app/pages/community/community-edit-form/community-edit-form.component.ts index ffc990d..e93e298 100644 --- a/src/app/pages/community/community-edit-form/community-edit-form.component.ts +++ b/src/app/pages/community/community-edit-form/community-edit-form.component.ts @@ -266,7 +266,7 @@ export class CommunityEditFormComponent implements OnInit{ this.emailToInform.subject = "[OpenAIRE-Connect] " + communityName + ": Managers list notification"; this.emailToInform.body = "
" + "

There are updates in the managers list for \"" + communityName + "\" community.
" - + "The list of managers is: " + this.community.managers + "

" + + "The list of managers is: " + this.community.managers.join(', ') + "

" + "OpenAIRE team
" + "www.openaire.eu
" + "

You are receiving this e-mail as manager of the community " + "" + communityName + ". "