From 41fd3ae80b4e5969ec7f081e9a2948d625ca2dcd Mon Sep 17 00:00:00 2001 From: Darshan Date: Wed, 21 May 2025 18:02:19 +0530 Subject: [PATCH] use: `strong`. --- .../functions/function-[function]/executions/table.svelte | 2 +- .../functions/function-[function]/table.svelte | 4 ++-- .../sites/site-[site]/deployments/table.svelte | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/routes/(console)/project-[region]-[project]/functions/function-[function]/executions/table.svelte b/src/routes/(console)/project-[region]-[project]/functions/function-[function]/executions/table.svelte index 8158f421d..f54637771 100644 --- a/src/routes/(console)/project-[region]-[project]/functions/function-[function]/executions/table.svelte +++ b/src/routes/(console)/project-[region]-[project]/functions/function-[function]/executions/table.svelte @@ -153,7 +153,7 @@ onSubmit={deleteExecutions} bind:open={showBatchDeletion}>

- Are you sure you want to delete {selectedRows.length} + Are you sure you want to delete {selectedRows.length} {selectedRows.length > 1 ? 'executions' : 'execution'}?

diff --git a/src/routes/(console)/project-[region]-[project]/functions/function-[function]/table.svelte b/src/routes/(console)/project-[region]-[project]/functions/function-[function]/table.svelte index 65e6cbbba..4bfe5cb62 100644 --- a/src/routes/(console)/project-[region]-[project]/functions/function-[function]/table.svelte +++ b/src/routes/(console)/project-[region]-[project]/functions/function-[function]/table.svelte @@ -237,9 +237,9 @@ confirmDeletion onSubmit={deleteDeployments}>

- Are you sure you want to delete {selectedRows.length} + Are you sure you want to delete {selectedRows.length} {selectedRows.length > 1 ? 'deployments' : 'deployment'} from your function - - {$func.name}? + {$func.name}?

This action is irreversible.

diff --git a/src/routes/(console)/project-[region]-[project]/sites/site-[site]/deployments/table.svelte b/src/routes/(console)/project-[region]-[project]/sites/site-[site]/deployments/table.svelte index d90683045..fc380e684 100644 --- a/src/routes/(console)/project-[region]-[project]/sites/site-[site]/deployments/table.svelte +++ b/src/routes/(console)/project-[region]-[project]/sites/site-[site]/deployments/table.svelte @@ -173,9 +173,9 @@ onSubmit={deleteDeployments} bind:open={showBatchDeletion}>

- Are you sure you want to delete {selectedRows.length} + Are you sure you want to delete {selectedRows.length} {selectedRows.length > 1 ? 'deployments' : 'deployment'} from your site - - {$site.name}? + {$site.name}?

This action is irreversible.