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',