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 e93e298..4d79e8e 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 @@ -242,7 +242,7 @@ export class CommunityEditFormComponent implements OnInit{ private composeEmailForNewManager(communityName: string, newCommunityManagers: any): Email { this.email.subject = "[OpenAIRE-Connect] " + communityName + ": Welcome new manager"; - this.email.body = "

Welcome to OpenAIRE Connect

" + this.email.body = "

Welcome to OpenAIRE Connect!

" + "

You are receiving this e-mail as you were assigned as manager of the community " + "\"" + communityName + "\"" + " dashboard. " + "In order to access the administration section of your community you must first login using one of the available options. "