FilamentF
Filament3y ago
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';
CleanShot_2023-08-15_at_02.27.03.png
Was this page helpful?