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
awcodes2y ago
EditAction:make()->label(‘new name’)
binaryfire
binaryfireOP2y ago
@awcodes Perfect, thanks

Did you find this page helpful?