From bd07a93f066dd5758701e6a34c750c857ef3fcc0 Mon Sep 17 00:00:00 2001 From: nicolas Date: Thu, 5 Aug 2021 21:49:32 +0200 Subject: [PATCH] Removed full stop --- lib/CalEventParser.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CalEventParser.ts b/lib/CalEventParser.ts index ef1ff3151c..e6bd5dfdab 100644 --- a/lib/CalEventParser.ts +++ b/lib/CalEventParser.ts @@ -37,7 +37,7 @@ export default class CalEventParser { * Returns a footer section with links to change the event (as HTML). */ public getChangeEventFooterHtml(): string { - return `

Need to make a change? Cancel or reschedule.

`; + return `

Need to make a change? Cancel or reschedule

`; } /**