use: strong.

This commit is contained in:
Darshan
2025-05-21 18:02:19 +05:30
parent 62ced189af
commit 41fd3ae80b
3 changed files with 5 additions and 5 deletions
@@ -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>
@@ -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>
@@ -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>