Skip to content

Commit

Permalink
Update RegistrationFields.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Freeassassin authored Sep 1, 2023
1 parent 84c27b5 commit 5dfbfe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/pages/Registration/RegistrationFields.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ export const fields = {
attendingScunt: {
type: 'radio',
label:
'Would you like to participate in Havenger Scunt? (It will take place on the evening of Wednesday, September 6th)',
'Would you like to participate in S!cavenger H!unt? (It will take place on the evening of Wednesday, September 6th)',
values: ['Yes', 'No'],
initialSelectedIndex: 0,
localStorageKey: 'registration-scunt',
Expand All @@ -408,7 +408,7 @@ export const fields = {
scuntInfo: {
type: 'label',
label:
"What is Havenget Scunt? Havenger Scunt is a scavenger hunt around the city of Toronto! Don't miss out on one of the most popular f!rosh week events! Scunt is an exciting night of challenges for all comfort levels.",
"What is S!cavenger H!unt? It is a scavenger hunt around the city of Toronto! Don't miss out on one of the most popular f!rosh week events! The H!unt is an exciting night of challenges for all comfort levels.",
isBold: true,
},
summerLocationLabel: {
Expand Down

0 comments on commit 5dfbfe3

Please sign in to comment.