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.