is there any possibility to change relation manager label

I want to change the label name of relation manager/s. is there any method like $navigationLabel???
Screenshot_2023-08-13_at_12.53.11_AM.png
Solution
public static function getTitle(\Illuminate\Database\Eloquent\Model $ownerRecord, string $pageClass): string
{
return __('Ownerships');
}
Was this page helpful?