From 32f08c219721354db6dfebf12b8389162f239e52 Mon Sep 17 00:00:00 2001
From: Christian Paul <christianp@matrix.org>
Date: Tue, 12 Jan 2021 19:20:23 +0100
Subject: [PATCH] Use "deadline" instead of "expired"

---
 src/discordcommandhandler.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/discordcommandhandler.ts b/src/discordcommandhandler.ts
index eed2176..f1d5fda 100644
--- a/src/discordcommandhandler.ts
+++ b/src/discordcommandhandler.ts
@@ -53,7 +53,7 @@ export class DiscordCommandHandler {
                         return "Thanks for your response! The matrix bridge has been approved.";
                     } else {
                         return "Thanks for your response, however" +
-                            " the time for responses has expired - sorry!";
+                            " it has arrived after the deadline - sorry!";
                     }
                 },
             },
@@ -72,7 +72,7 @@ export class DiscordCommandHandler {
                         return "Thanks for your response! The matrix bridge has been declined.";
                     } else {
                         return "Thanks for your response, however" +
-                            " the time for responses has expired - sorry!";
+                            " it has arrived after the deadline - sorry!";
                     }
                 },
             },
-- 
GitLab