You can use the label function to customize the title that is shown on the health dashboard, and on the Oh Dear application health screen.
useSpatie\Health\Facades\Health;
useSpatie\Health\Checks\Checks\UsedDiskSpaceCheck;
Health::checks([
UsedDiskSpaceCheck::new()->label('Disk space on main disk'),
]);