From 8477fc52bc5aa47ccc0d1890b5beef80a6191b47 Mon Sep 17 00:00:00 2001 From: Shiva Menta Date: Thu, 21 Nov 2024 10:12:43 -0600 Subject: [PATCH] Add Message for Text Notifications --- frontend/alert/components/AlertForm/index.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/alert/components/AlertForm/index.tsx b/frontend/alert/components/AlertForm/index.tsx index b51a391ec..7f16cc442 100644 --- a/frontend/alert/components/AlertForm/index.tsx +++ b/frontend/alert/components/AlertForm/index.tsx @@ -51,7 +51,10 @@ const ClosedCheckbox = styled.input` const closeNotifInfoText = `Check this box to receive a follow-up email when a course closes again after alerting you -of an opening.`; +of an opening. Please note that +text notifications for course +closures are not currently +supported.`; const doAPIRequest = ( url: string,