Wix Events "Checkout Button" Change name?

Hi, does anyone know if it is possible to change the name of the checkout button in Wix Events? Trying to change it to “Book Pitch”

Thanks in advance

Create handler for button and add:

export function button1_click ( event ) {
$w ( ‘#button1’ ). label = “Book Pitch” ;
// This function was added from the Properties & Events panel. To learn more, visit Velo: Working with the Properties & Events Panel | Help Center | Wix.com
}

I am very new to code, I can amend where needed to make work with my site generally but don’t know enough to write from scratch.

The button ID is not available to see what it is in Wix Events like say a standard button would be. Do you know what I mean?

Oops, my bad. I’m not familiar with any of the ready-made Wix apps, so I don’t know how to get to the app-created elements code. I’ll try to find out about it, but in the meantime, maybe one of the forum gurus will help.
Sorry…

No need to apologise, I appreciate that you are trying to help.