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
ListMovements.php
page (my resource is called
MovementResource
MovementResource
) but I haven't been lucky:
protected function getActions(): array{ return [ Actions\CreateAction::make()->label('Registrar movimiento'), ];}
protected function getActions(): array{ return [ Actions\CreateAction::make()->label('Registrar movimiento'), ];}