Customize "create :resource" button label

Morning, I'd like to change the "create :resource" label to "register :resource" on my list page. I've been checking the docs but I can't find the right place to do it.

I have tried to add this in the ListMovements.php page (my resource is called MovementResource) but I haven't been lucky:

protected function getActions(): array
{
    return [
        Actions\CreateAction::make()->label('Registrar movimiento'),
    ];
}


Thanks in advance.
screenshot_2024-07-29_at_13.57.462x.png
Was this page helpful?