Merge branch 'fix-#2546-deletion-issues' into #2546

This commit is contained in:
Andras Bacsai
2024-09-19 10:32:02 +02:00
committed by GitHub
5 changed files with 18 additions and 27 deletions

View File

@@ -78,8 +78,8 @@ class Heading extends Component
{
return view('livewire.project.database.heading', [
'checkboxes' => [
['id' => 'docker_cleanup', 'label' => 'Docker cleanup will be run on the server which removes builder cache and unused images (the next deployment will take longer as the images have to be pulled again)'],
]
['id' => 'docker_cleanup', 'label' => 'Cleanup docker build cache and unused images (next deployment could take longer).'],
],
]);
}
}