change the name of the 'Create' button

How can I change the name of the 'Create' button?
No description
2 Replies
Mansoor Khan
Mansoor Khan4mo ago
Open the List page under your resource and append ->label('Your new Label') to CreateAction.
Actions\CreateAction::make()
->lable('New Label')
Actions\CreateAction::make()
->lable('New Label')
kg_hanane
kg_hanane4mo ago
it's work thank u