Merge pull request #6130 from Nathanjms/next

Typo Correction on modal
This commit is contained in:
Andras Bacsai
2025-07-07 10:31:46 +02:00
committed by GitHub

View File

@@ -121,8 +121,8 @@ class BackupExecutions extends Component
{
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'],
],
]);
}