Skip to content

Commit 3d2dd35

Browse files
committed
Remove incorrect reference to physics in Email Preferences
(cherry picked from commit f0d370d)
1 parent 2ca913b commit 3d2dd35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/elements/UserEmailPreferences.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const UserEmailPreference = ({emailPreferences, setEmailPreferences}: Use
4848
</tr>
4949
<tr>
5050
<td>Events</td>
51-
<td>Information about new virtual or real world physics events.</td>
51+
<td>Information about our computer science events.</td>
5252
<td>
5353
<CustomInput
5454
className="CustomInput" id="events" type="checkbox" name="events"

0 commit comments

Comments
 (0)