From 2aaaaa5e294e4a222f621a91ed49667835b8cce5 Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Sat, 30 Nov 2024 15:26:03 +0100 Subject: [PATCH] chore(ui): Say "the run" instead of "a run" in deletion confirmation This is a specific run to delete. Signed-off-by: Sebastian Schuberth --- .../repositories/$repoId/-components/repository-runs-table.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/routes/organizations/$orgId/products/$productId/repositories/$repoId/-components/repository-runs-table.tsx b/ui/src/routes/organizations/$orgId/products/$productId/repositories/$repoId/-components/repository-runs-table.tsx index 61eea838d..90a4df8fe 100644 --- a/ui/src/routes/organizations/$orgId/products/$productId/repositories/$repoId/-components/repository-runs-table.tsx +++ b/ui/src/routes/organizations/$orgId/products/$productId/repositories/$repoId/-components/repository-runs-table.tsx @@ -214,7 +214,7 @@ const columns = [ - Please confirm the deletion of a run with index{' '} + Please confirm the deletion of the run with index{' '} {row.original.index} from repository{' '} {repository.data.url}.