SubNavigation labels
Hello. Im using a subnavigation in a Resource:
I need to change the labels but I can't find where.
Thanks!
public static function getRecordSubNavigation(Page $page): array
{
return $page->generateNavigationItems([
Pages\ViewInstalacion::class,
Pages\EditInstalacion::class,
]);
}I need to change the labels but I can't find where.
Thanks!
