F
Filament4mo ago
MZX

How to change the Resource Title?

I used this for the navigation label but what about the actual title?
public static function getNavigationLabel(): string
{
return __('ar.Users.title');
}
public static function getNavigationLabel(): string
{
return __('ar.Users.title');
}
No description
Solution:
Figured it out, its in the ListRecord page, getTitle()
Jump to solution
1 Reply
Solution
MZX
MZX4mo ago
Figured it out, its in the ListRecord page, getTitle()

Did you find this page helpful?