From b75c2271cbfdb4e7d89c53d1e8474ca5f3f83f42 Mon Sep 17 00:00:00 2001 From: "sofia.baltzi" Date: Mon, 26 Nov 2018 10:58:58 +0000 Subject: [PATCH] Change email's list view git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@53963 d315682c-612b-4755-9ff5-7f18f6832af3 --- .../community-edit-form/community-edit-form.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 + ". "