From d0ffe98f31f6fa92b39489626ea5603b627c86b4 Mon Sep 17 00:00:00 2001 From: Rob de Kort Date: Tue, 12 Mar 2024 17:00:52 +0100 Subject: [PATCH] Tpyo --- resources/fieldsets/button.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/fieldsets/button.yaml b/resources/fieldsets/button.yaml index 7ec7ca2b..70729213 100644 --- a/resources/fieldsets/button.yaml +++ b/resources/fieldsets/button.yaml @@ -196,7 +196,7 @@ fields: 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