How do i change SubNavigation Label?
How can i change this sub navigation label or make it translateable?

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