Skip to content

Commit

Permalink
Update update script
Browse files Browse the repository at this point in the history
  • Loading branch information
robdekort committed Mar 12, 2024
1 parent f6af908 commit bd129aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Updates/AddTrackerEventsField.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function update()
'listable' => false,
'placeholder' => 'my-custom-event',
'display' => 'Tracker event',
'instructions' => "Add the name of the event you want to be fired on click. This only works if you've setup Fathom or GA/'GTM. These events only fire on a production environment. Allowed' => `A-Z`, `a-z`, `0-9`, `-`, `_`.",
'instructions' => "Add the name of the event you want to be fired on click. These events only fire on a production environment. Allowed: `A-Z`, `a-z`, `0-9`, `-`, `_`.",
'validate' => ['regex:/[A-Za-z0-9_\-]+$/'],
'instructions_position' => 'below',
'width' => 50,
Expand Down

0 comments on commit bd129aa

Please sign in to comment.