© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•11mo ago•
4 replies
ashtrath

How do i change SubNavigation Label?

How can i change this sub navigation label or make it translateable?
4EBE4E8E-6323-4529-9DAC-C96DED2BF0AB.png
Solution
use
navigationLabel
navigationLabel
in the ViewProduct.php, EditProduct.php

protected static ?string $navigationLabel = 'Custom Label';

//or

public static function getNavigationLabel(): string
{
    return __('Custom Label');
}
protected static ?string $navigationLabel = 'Custom Label';

//or

public static function getNavigationLabel(): string
{
    return __('Custom Label');
}
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
Was this page helpful?

Similar Threads

Recent Announcements

Similar Threads

SubNavigation labels
FilamentFFilament / ❓┊help
3y ago
Change Summary label
FilamentFFilament / ❓┊help
15mo ago
How to change resource label dynamic
FilamentFFilament / ❓┊help
9mo ago
Summaries: how to change mail label
FilamentFFilament / ❓┊help
3y ago