[angular-16-irish-monitor]: Fix ireland composer subject.

This commit is contained in:
Konstantinos Triantafyllou 2024-01-12 13:44:12 +02:00
parent d0aa12ab4d
commit f629a9c715
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ export class Composer {
public static composeMessageForIrishDashboard(name: string, recipient: string, role: "manager" | "member") {
let email: Email = new Email();
email.subject = 'National Open Access Monitor Ireland| ' + name;
email.subject = 'National Open Access Monitor Ireland | ' + name;
email.recipient = recipient;
email.body = '<p>Dear user,</p>' +
'<p>You have been invited to be a ' + role +' of the for the National Open Access Monitor, Ireland dashboard for the ' + name + '.</p>' +