Change $modelLabel on Relation Manager table?

Looking for a way to affect the modelLabel on a Relation Manager table...

I have a resource, ClientResource where I've specified the following:

    protected static ?string $modelLabel = 'Consumer';
    protected static ?string $pluralModelLabel = 'Consumers';


This works well across my Panel, however, the one place that doesn't seem to be picking up the memo is the title of my ClientRelationManager tables which still refer to the model as Clients
Was this page helpful?