Change the title on relation manager modal

Hello,
Maybe someone can tell me how we can change the title on the relation manager ?
I dont' find how we can make this.

I would change this with a custom title and not the name of the relationship.

Thanks.
Capture_decran_2023-08-29_a_14.03.05.png
Solution
Ok Dennis that's working. Very thanks.

So for people who want to do this, in your RelationManager file, in the table function, I made this :
 ->headerActions([
                Tables\Actions\CreateAction::make()->modalHeading('Custom Label'),
            ])
`
Was this page helpful?