minor change to reschedule info in email
parent
2f7e303bcf
commit
20cd3bc52e
|
@ -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 New Issue