This commit is contained in:
Andras Bacsai
2024-09-18 21:24:42 +02:00
parent 182087cf1b
commit 532f5e351e
4 changed files with 19 additions and 24 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).'],
],
]);
}
}