Fix typos in email's html
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@53928 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
b8e5ea1d4c
commit
bdbdf2d229
|
@ -48,6 +48,8 @@ export class CommunityEditFormComponent implements OnInit{
|
|||
|
||||
public emailToInform: Email;
|
||||
|
||||
public note: string = '';
|
||||
|
||||
public properties:EnvProperties = null;
|
||||
|
||||
constructor (private route: ActivatedRoute,
|
||||
|
@ -241,7 +243,7 @@ export class CommunityEditFormComponent implements OnInit{
|
|||
// TODO find the right place to write it
|
||||
private composeEmailForNewManager(communityName: string, newCommunityManagers: any): Email {
|
||||
this.email.subject = "[OpenAIRE-Connect] " + communityName + ": Managers list notification";
|
||||
this.email.body = "<p>There are updates in the managers list for" + communityName + "community.<br>"
|
||||
this.email.body = "<p>There are updates in the managers list for " + communityName + " community.<br>"
|
||||
+ "The list of managers is: " + newCommunityManagers + "</p><br><br>" +
|
||||
"OpenAIRE team<br>"+ "<a href='https://www.openaire.eu'>www.openaire.eu</a>";
|
||||
this.email.recipients = newCommunityManagers;
|
||||
|
|
Loading…
Reference in New Issue