© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
20 replies
Abi

How do I fix the label on the navigation and the breadcrumb?

I want the label on the navigation and the breadcrumb to say "FAQ's" instead of "F A Qs".

Here is what I have tried so far

    protected static ?string $modelLabel = 'FAQ';

    protected static ?string $pluralModelLabel = 'FAQs';

    protected static ?string $label = 'FAQ';

    protected static ?string $pluralLabel = 'FAQ\'s';
    protected static ?string $modelLabel = 'FAQ';

    protected static ?string $pluralModelLabel = 'FAQs';

    protected static ?string $label = 'FAQ';

    protected static ?string $pluralLabel = 'FAQ\'s';
CleanShot_2023-08-15_at_02.27.03.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

How to customize Breadcrumb label
FilamentFFilament / ❓┊help
3y ago
translate navigation label
FilamentFFilament / ❓┊help
3y ago
How can I change the breadcrumb on the view page?
FilamentFFilament / ❓┊help
2y ago
Navigation group translated label and sort
FilamentFFilament / ❓┊help
17mo ago