Skip to content

Commit

Permalink
🐛 Update tooltip text for Task's Priority column (#2028)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
sjd78 authored Jul 25, 2024
1 parent ca232a2 commit 7cbd90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 7cbd90f

Please sign in to comment.