chore: Update backup deletion labels to use language files

This commit is contained in:
Andras Bacsai
2024-09-27 17:29:36 +02:00
parent d75e55111a
commit 09cd087cd0
3 changed files with 4 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ class Heading extends Component
{
return view('livewire.project.database.heading', [
'checkboxes' => [
['id' => 'docker_cleanup', 'label' => 'Cleanup docker build cache and unused images (next deployment could take longer).'],
['id' => 'docker_cleanup', 'label' => __('resource.docker_cleanup')],
],
]);
}