Global search title
Is it possible to change Global Search title of results
I need to change "Challanges" by "Hábitos" in image
Thanks!
I need to change "Challanges" by "Hábitos" in image
Thanks!

public static function getModelLabel(): string { return 'hábito'; }
public static function getPluralModelLabel(): string { return 'hábitos'; }