From 181a4da22111c95518598da705d826bece0a8026 Mon Sep 17 00:00:00 2001 From: Sharon Kennedy Date: Thu, 11 Jun 2020 23:08:38 -0400 Subject: [PATCH] generic chat unavailable message --- src/components/chatbox.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/chatbox.jsx b/src/components/chatbox.jsx index 44bf139..a725a80 100644 --- a/src/components/chatbox.jsx +++ b/src/components/chatbox.jsx @@ -37,7 +37,7 @@ const DEFAULT_CONFIRMATION_MESSAGE = "Waiting for a facilitator to join the chat const DEFAULT_EXIT_MESSAGE = "The chat is closed. You may close this window." const DEFAULT_ANONYMOUS_DISPLAY_NAME="Anonymous" const DEFAULT_CHAT_UNAVAILABLE_MESSAGE = "The chat service is not available right now. Please try again later." -const DEFAULT_CHAT_OFFLINE_MESSAGE = "There are no facilitators currently available. For immediate service, please call 123-456-7890." +const DEFAULT_CHAT_OFFLINE_MESSAGE = "All of the chat facilitators are currently offline." const DEFAULT_WAIT_MESSAGE = "Please be patient, our online facilitators are currently responding to other support requests." const DEFAULT_ENCRYPTION_DISABLED = false