From 25c57c6875d829613d86980dd9fe2c13d0ccd688 Mon Sep 17 00:00:00 2001 From: Phil Renaud Date: Tue, 12 Apr 2022 10:03:27 -0400 Subject: [PATCH] Update ui/app/components/allocation-status-bar.js Co-authored-by: Derek Strickland <1111455+DerekStrickland@users.noreply.github.com> --- ui/app/components/allocation-status-bar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/components/allocation-status-bar.js b/ui/app/components/allocation-status-bar.js index f76f77164a67..5086a4484d3f 100644 --- a/ui/app/components/allocation-status-bar.js +++ b/ui/app/components/allocation-status-bar.js @@ -73,7 +73,7 @@ export default class AllocationStatusBar extends DistributionBar { value: allocs.unknownAllocs, className: 'unknown', legendLink: this.generateLegendLink(this.job, 'unknown'), - help: 'Some allocations for this job were degraded or lost connectivity', + help: 'Some allocations for this job have lost connectivity and their status is unknown', }, { label: 'Failed',