Skip to content

Commit 37c3219

Browse files
fix description (#2261)
1 parent 8ff60cc commit 37c3219

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/ga4/EventBuilder/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -564,12 +564,12 @@ const EventBuilder: React.FC = () => {
564564
<Typography variant="h4">Event details</Typography>
565565
<Typography>
566566
Finally, specify the parameters to send with the event. By default, only
567-
recommended parameters for the event will appear here. Check "show
568-
advanced options" to add custom parameters, user properties, or geographic
569-
information.
567+
recommended parameters for the event will appear here. Select 'Show advanced
568+
options' to add custom parameters, user properties, and to provide geographic
569+
and device information.
570570
</Typography>
571571
<LabeledCheckbox checked={showAdvanced} onChange={setShowAdvanced}>
572-
show advanced options
572+
Show advanced options
573573
</LabeledCheckbox>
574574

575575
<section className={classes.form}>

0 commit comments

Comments
 (0)