From fd3adc48b88f726ce65b14fe045ea3a464ff8b51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Mathieu?= Date: Thu, 18 Dec 2025 10:59:06 +0100 Subject: [PATCH] fix(ui): rephrase "kill parents" to "kill currernt" This has always been kill current / kill current and sublow as we never kill parent executions, it's a kill on cascade that didn't go backward. Part-of: #12557 --- ui/src/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/translations/en.json b/ui/src/translations/en.json index 846e094a23..2c7a7e757f 100644 --- a/ui/src/translations/en.json +++ b/ui/src/translations/en.json @@ -231,8 +231,8 @@ "mark as": "Mark as {status}", "unqueue as": "Unqueue as {status}", "kill": "Kill", - "kill parents and subflow": "Kill parents and subflows", - "kill only parents": "Kill parents only", + "kill parents and subflow": "Kill current and subflows", + "kill only parents": "Kill current only", "killed confirm": "Are you sure you want to kill execution {id}?", "killed done": "Execution is queued for killing", "resume": "Resume",