From 6ed78cffacaadc32773e95d83f3226daaf510b54 Mon Sep 17 00:00:00 2001 From: Scott J Dickerson Date: Wed, 24 Jul 2024 16:48:11 -0400 Subject: [PATCH] :bug: Update tooltip text for Task's Priority column Update the tooltip for the priority column to be more descriptive. Resolves: https://issues.redhat.com/browse/MTA-3235 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": {