Correct Typo: 'form' -> 'from'

This commit is contained in:
Nathan James 2025-07-04 16:06:53 +01:00 committed by GitHub
parent dea3b36193
commit 4c4b115008
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -121,8 +121,8 @@ public function render()
{
return view('livewire.project.database.backup-executions', [
'checkboxes' => [
['id' => 'delete_backup_s3', 'label' => 'Delete the selected backup permanently form S3 Storage'],
// ['id' => 'delete_backup_sftp', 'label' => 'Delete the selected backup permanently form SFTP Storage'],
['id' => 'delete_backup_s3', 'label' => 'Delete the selected backup permanently from S3 Storage'],
// ['id' => 'delete_backup_sftp', 'label' => 'Delete the selected backup permanently from SFTP Storage'],
],
]);
}