Merge pull request #1423 from appwrite/fix-db-deletion-copy

fix: database deletion copy
This commit is contained in:
Arman
2024-10-17 13:55:41 +02:00
committed by GitHub
2 changed files with 10 additions and 6 deletions
@@ -48,8 +48,11 @@
Are you sure you want to delete <b>{$database.name}</b>?
</p>
<p class="text" data-private>
<b>Once deleted, this database cannot be restored. This action is irreversible.</b>
<p class="text">
<b>
Once deleted, this database and its backups cannot be restored. This action is
irreversible.
</b>
</p>
<div class="input-check-box-friction">
@@ -173,10 +173,11 @@
{selected.length > 1 ? 'databases' : 'database'}?
</p>
<p class="text" data-private>
<b
>Once deleted, {selected.length > 1 ? 'these databases' : 'this database'} cannot be
restored. This action is irreversible.</b>
<p class="text">
<b>
Once deleted, {selected.length > 1 ? 'these databases' : 'this database'} and its backups
cannot be restored. This action is irreversible.
</b>
</p>
<div class="input-check-box-friction">