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
This commit is contained in:
Loïc Mathieu
2025-12-18 10:59:06 +01:00
parent 1a8a47c8cd
commit fd3adc48b8

View File

@@ -231,8 +231,8 @@
"mark as": "Mark as <code>{status}</code>",
"unqueue as": "Unqueue as <code>{status}</code>",
"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 <code>{id}</code>?",
"killed done": "Execution is queued for killing",
"resume": "Resume",