© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
5 replies
kennyhorna

Change relantion manager tab title

Hello, I wan to change (translate) the tab title of relationships.

I have tried setting all possible labels that I coud find

class DishesRelationManager extends RelationManager
{
    protected static string $relationship = 'dishes';

    protected static ?string $label = 'plato';
    protected static ?string $pluralLabel = 'platos';
    protected static ?string $pluralModelLabel = 'platos';

    // ...
class DishesRelationManager extends RelationManager
{
    protected static string $relationship = 'dishes';

    protected static ?string $label = 'plato';
    protected static ?string $pluralLabel = 'platos';
    protected static ?string $pluralModelLabel = 'platos';

    // ...


and also the
heading()
heading()
method of the table object
    public function table(Table $table): Table
    {
        return $table
            ->recordTitleAttribute('name')
            ->heading('Platos')
            // ...
    public function table(Table $table): Table
    {
        return $table
            ->recordTitleAttribute('name')
            ->heading('Platos')
            // ...


but no luck so far. Where can I adjust it?

Thanks in advance.
screenshot_2023-08-07_at_09.35.54.png
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: Tab Title?
FilamentFFilament / ❓┊help
3y ago
Change the active relation manager tab
FilamentFFilament / ❓┊help
3y ago
Change the title on relation manager modal
FilamentFFilament / ❓┊help
3y ago
Custom browser tab title
FilamentFFilament / ❓┊help
2y ago