minor change to reschedule info in email
This commit is contained in:
parent
173d4cda77
commit
a1ddb873f0
1 changed files with 2 additions and 1 deletions
|
@ -127,7 +127,8 @@ export default abstract class EventMail {
|
||||||
protected getAdditionalFooter(): string {
|
protected getAdditionalFooter(): string {
|
||||||
return `
|
return `
|
||||||
<br/>
|
<br/>
|
||||||
Need to change this event?<br />
|
<br/>
|
||||||
|
<strong>Need to change this event?</strong><br />
|
||||||
Cancel: <a href="${this.getCancelLink()}">${this.getCancelLink()}</a><br />
|
Cancel: <a href="${this.getCancelLink()}">${this.getCancelLink()}</a><br />
|
||||||
Reschedule: <a href="${this.getRescheduleLink()}">${this.getRescheduleLink()}</a>
|
Reschedule: <a href="${this.getRescheduleLink()}">${this.getRescheduleLink()}</a>
|
||||||
`;
|
`;
|
||||||
|
|
Loading…
Reference in a new issue