minor change to reschedule info in email

pull/296/head
Peer Richelsen 2021-06-23 23:45:07 +01:00
parent 2f7e303bcf
commit 20cd3bc52e
1 changed files with 2 additions and 1 deletions

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>
`;