Change button text for built in table actions

Does anyone know how to change the button text for the built in table actions? Eg.
Tables\Actions\EditAction
Tables\Actions\EditAction
Tables\Actions\CreateAction
Tables\Actions\CreateAction
There doesn't seem to be a clean way to do this other than extending the class
2 Replies
awcodes
awcodes11mo ago
EditAction:make()->label(‘new name’)
binaryfire
binaryfire11mo ago
@awcodes Perfect, thanks