FilamentF
Filament13mo ago
Xavi

Global search title

Is it possible to change Global Search title of results

I need to change "Challanges" by "Hábitos" in image

Thanks!
image.png
Solution
@Xavi define this methods in the ChallengeResource and try searching again:
public static function getModelLabel(): string { return 'hábito'; }
public static function getPluralModelLabel(): string { return 'hábitos'; }
Was this page helpful?