Skip to content

Commit

Permalink
Add Message for Text Notifications (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiva-menta authored Nov 21, 2024
1 parent e0f1f04 commit 83c02a1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/alert/components/AlertForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 83c02a1

Please sign in to comment.