© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
7 replies
Juan Duarte Molina

Translate RelationManager Title

Hello there

I can't transalte the title of a RelationManager
in "CategoriesRelationManager" I tried :

1. public static function getPluralModelLabel(): string { return ('fields.categories'); }
2. public static ?string $pluralModelLabel = "Categorias";
3. $table->recordTitle(fn (): string => "Categorias")
4. $table->recordTitle(fn (): string =>
('fields.categories'))

But " public static function getModelLabel(): string { return __('fields.category'); } " is working correctly.

thanks for your help
ksnip_20231109-102602.png
Solution
return $table
    ->heading('Categorias')
...
return $table
    ->heading('Categorias')
...
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

Translate Resource Title
FilamentFFilament / ❓┊help
3y ago
Change Title of RelationManager
FilamentFFilament / ❓┊help
3y ago
How translate this Filters title?
FilamentFFilament / ❓┊help
3y ago
Customize / translate CreateAction modal title
FilamentFFilament / ❓┊help
3y ago