Label Relation Manager

Hi, how can I label these tabs?
No description
2 Replies
exactwebitesolutions
exactwebitesolutionsβ€’11mo ago
Add to your relation manager class
public static function getTitle(Model $ownerRecord, string $pageClass): string
{
return __('Filament');
}
public static function getTitle(Model $ownerRecord, string $pageClass): string
{
return __('Filament');
}
alexanderkroneis
alexanderkroneisβ€’11mo ago
Ahhh, it's title? πŸ˜„ ty πŸ‘