minor change to reschedule info in email

This commit is contained in:
Peer Richelsen
2021-06-24 11:01:41 -05:00
committed by femyeda
parent 173d4cda77
commit a1ddb873f0
+2 -1
View File
@@ -127,7 +127,8 @@ export default abstract class EventMail {
protected getAdditionalFooter(): string {
return `
<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 />
Reschedule: <a href="${this.getRescheduleLink()}">${this.getRescheduleLink()}</a>
`;