Merge pull request #2706 from therumbler/patch-3

fix minor typo in backup.blade.php
This commit is contained in:
Andras Bacsai 2024-06-28 12:35:32 +02:00 committed by GitHub
commit f1b4ebcde2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@
</div>
<livewire:project.database.backup-edit :backup="$backup" :s3s="$s3s" :status="data_get($database, 'status')" />
@else
To configure automatic backup for your Coolify instance, you first need to add as a database resource
To configure automatic backup for your Coolify instance, you first need to add a database resource
into Coolify.
<x-forms.button class="mt-2" wire:click="add_coolify_database">Add Database</x-forms.button>
@endif