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';
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
2 Replies
noahlocke
noahlockeOP17mo ago
Thank you @Vp, worked like a charm

Did you find this page helpful?