mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
use: strong.
This commit is contained in:
+1
-1
@@ -153,7 +153,7 @@
|
||||
onSubmit={deleteExecutions}
|
||||
bind:open={showBatchDeletion}>
|
||||
<p>
|
||||
Are you sure you want to delete <b>{selectedRows.length}</b>
|
||||
Are you sure you want to delete <strong>{selectedRows.length}</strong>
|
||||
{selectedRows.length > 1 ? 'executions' : 'execution'}?
|
||||
</p>
|
||||
|
||||
|
||||
+2
-2
@@ -237,9 +237,9 @@
|
||||
confirmDeletion
|
||||
onSubmit={deleteDeployments}>
|
||||
<p>
|
||||
Are you sure you want to delete <b>{selectedRows.length}</b>
|
||||
Are you sure you want to delete <strong>{selectedRows.length}</strong>
|
||||
{selectedRows.length > 1 ? 'deployments' : 'deployment'} from your function -
|
||||
<b>{$func.name}</b>?
|
||||
<strong>{$func.name}</strong>?
|
||||
</p>
|
||||
|
||||
<p class="u-bold">This action is irreversible.</p>
|
||||
|
||||
+2
-2
@@ -173,9 +173,9 @@
|
||||
onSubmit={deleteDeployments}
|
||||
bind:open={showBatchDeletion}>
|
||||
<p>
|
||||
Are you sure you want to delete <b>{selectedRows.length}</b>
|
||||
Are you sure you want to delete <strong>{selectedRows.length}</strong>
|
||||
{selectedRows.length > 1 ? 'deployments' : 'deployment'} from your site -
|
||||
<b>{$site.name}</b>?
|
||||
<strong>{$site.name}</strong>?
|
||||
</p>
|
||||
|
||||
<p class="u-bold">This action is irreversible.</p>
|
||||
|
||||
Reference in New Issue
Block a user