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
8 changes: 4 additions & 4 deletions src/components/ga4/EventBuilder/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -564,12 +564,12 @@ const EventBuilder: React.FC = () => {
<Typography variant="h4">Event details</Typography>
<Typography>
Finally, specify the parameters to send with the event. By default, only
recommended parameters for the event will appear here. Check "show
advanced options" to add custom parameters, user properties, or geographic
information.
recommended parameters for the event will appear here. Select 'Show advanced
options' to add custom parameters, user properties, and to provide geographic
and device information.
</Typography>
<LabeledCheckbox checked={showAdvanced} onChange={setShowAdvanced}>
show advanced options
Show advanced options
</LabeledCheckbox>

<section className={classes.form}>
Expand Down
Loading