How can i change this default text into popup Relationship?

Hi! someone can help me? I did'nt find this into the documentation how to change this text (yelow) when I try to create new record into relationships resource.
image.png
Solution
Like this?
->headerActions([
    Tables\Actions\CreateAction::make()
        ->modalHeading(__('Create')),
])
Was this page helpful?