© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•17mo ago•
6 replies
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');
}
protected static ?string $title = 'xxx';

// or 

public static function getTitle(Model $ownerRecord, string $pageClass): string
{
    return __('xxx');
}
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

relation manager in tab
FilamentFFilament / ❓┊help
3y ago
Relation Manager: Tab Title?
FilamentFFilament / ❓┊help
3y ago
Relation Manager in ListRecords Tab
FilamentFFilament / ❓┊help
12mo ago