From 7cbd90f60e8ad55d4ce91a50b6ed0b318611ca9f Mon Sep 17 00:00:00 2001 From: Scott Dickerson Date: Thu, 25 Jul 2024 09:21:29 -0400 Subject: [PATCH] :bug: Update tooltip text for Task's Priority column (#2028) Update the tooltip for the priority column to be more descriptive. Resolves: https://issues.redhat.com/browse/MTA-3235 Follow-up: #2005 Signed-off-by: Scott J Dickerson --- 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 8ee495059e..284b900851 100644 --- a/client/public/locales/en/translation.json +++ b/client/public/locales/en/translation.json @@ -525,7 +525,7 @@ } }, "tooltip": { - "priority": "Tasks priority(Low-High). Impacts tasks scheduling policy.", + "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." }, "validation": {