From 36987ae820dfc04a91858504ac362ca6c70f59e2 Mon Sep 17 00:00:00 2001 From: "konveyor-ci-bot[bot]" <159171263+konveyor-ci-bot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 15:38:53 -0400 Subject: [PATCH] :bug: Change Preemption column tooltip to indicate that tasks are re-scheduled (#2059) (#2072) Resolves: #2053 Signed-off-by: Radoslaw Szwajkowski Signed-off-by: Cherry Picker --- client/public/locales/en/translation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/public/locales/en/translation.json b/client/public/locales/en/translation.json index 0ae1df7d8..c9d16c636 100644 --- a/client/public/locales/en/translation.json +++ b/client/public/locales/en/translation.json @@ -526,7 +526,7 @@ }, "tooltip": { "priority": "Tasks priority, a non-negative number, impacts tasks scheduling policy. Lowest priority is 0. Higher priority tasks run before lower priority tasks.", - "preemption": "If enabled, allows the scheduler to cancel a running task and free the resources for higher priority tasks." + "preemption": "If enabled, allows the scheduler to reschedule other running tasks to free cluster resources needed to run higher priority tasks." }, "validation": { "email": "This field requires a valid email.",