fix minor typo in backup.blade.php

~add as a database~ -> add a database
This commit is contained in:
Benjamin Rumble 2024-06-27 11:30:28 -04:00 committed by GitHub
parent be633f0560
commit ca917d9d21
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