Skip to content

Commit

Permalink
Registration form fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhuvnesh Sharma authored and Bhuvnesh Sharma committed Oct 5, 2024
1 parent bb4a9dd commit 45b90af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const REGISTER_FORM_FIELDS: (FieldType | Array<FieldType>)[] = [
[
{
name: 'include_in_attendee_list',
label: "I would like to be included in the attendee's list",
label: "I would like to be included in the publicly visible attendee's list",
placeholder: '',
type: 'checkbox',
},
Expand Down

0 comments on commit 45b90af

Please sign in to comment.