From 236cf63eb5d54aa4d7843f0e150eb23c2ccd0454 Mon Sep 17 00:00:00 2001 From: Radoslaw Szwajkowski Date: Fri, 30 Aug 2024 20:06:25 +0200 Subject: [PATCH] :bug: Change Preemption column tooltip to indicate that tasks are re-scheduled (#2059) Resolves: #2053 Signed-off-by: Radoslaw Szwajkowski --- 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.",