Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Pages/EmailPreferences/EmailPreferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default function EmailPreferencesPage(props) {
onChange={() => setIsOptedIntoEmails(true)}
/>
<label for="default-radio-1" className="ms-2 text-sm font-medium text-gray-900 dark:text-gray-300">
{' '}I would like to continue to recieve club update emails from SCE
{' '}I would like to continue to receive club update emails from SCE
</label>
</div>
<div className="flex items-center">
Expand Down
Loading