Skip to content

Commit

Permalink
Update ui/app/components/allocation-status-bar.js
Browse files Browse the repository at this point in the history
Co-authored-by: Derek Strickland <1111455+DerekStrickland@users.noreply.github.com>
  • Loading branch information
philrenaud and DerekStrickland committed Apr 12, 2022
1 parent dc6a463 commit 25c57c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/components/allocation-status-bar.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 25c57c6

Please sign in to comment.