mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 09:50:29 -05:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user