FilamentF
Filament15mo ago
Erlich

I need to localize Relation Manager tab

Hello guys. I need to change tab text of relation manager
Screenshot_2024-09-27_at_15.27.18.png
Solution
protected static ?string $title = 'xxx';

// or 

public static function getTitle(Model $ownerRecord, string $pageClass): string
{
    return __('xxx');
}
Was this page helpful?