© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
2 replies
Daniel Plomp

Change Title of RelationManager

Is it correct that I need to use this method to change the title of a RelationManager?

public function getTitle(): string
{
    return __('strings.models.communications.plural');
}
public function getTitle(): string
{
    return __('strings.models.communications.plural');
}


This however doesn't work and I need to change it to:

public function getTitle(Model $ownerRecord, string $pageClass): string
{
    return __('strings.models.communications.plural');
}
public function getTitle(Model $ownerRecord, string $pageClass): string
{
    return __('strings.models.communications.plural');
}


Or is there something else I have to use?
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

Translate RelationManager Title
FilamentFFilament / ❓┊help
3y ago
Change with of relationmanager modal
FilamentFFilament / ❓┊help
15mo ago
Change Tab Label of RelationManager?
FilamentFFilament / ❓┊help
3y ago