From 2f057dbc16d9a09ba76bb3eebe34473f81d8d51c Mon Sep 17 00:00:00 2001 From: "sofia.baltzi" Date: Mon, 26 Nov 2018 11:10:17 +0000 Subject: [PATCH] Change email's subject git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@53964 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 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. "