Skip to content

Commit

Permalink
fix(cf): rename text from load balancers to load balancer (#6643)
Browse files Browse the repository at this point in the history
Co-Authored-By: Ria Stein <eleftheria.kousathana@gmail.com>
  • Loading branch information
2 people authored and jkschneider committed Mar 5, 2019
1 parent f4135eb commit 2224c5e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -352,14 +352,14 @@ export class CloudFoundryServerGroupActions extends React.Component<ICloudFoundr
{!serverGroup.isDisabled && (
<li>
<a className="clickable" onClick={this.mapServerGroupToLoadBalancers}>
Map Load Balancers
Map Load Balancer
</a>
</li>
)}
{!serverGroup.isDisabled && loadBalancers && !!loadBalancers.length && (
<li>
<a className="clickable" onClick={this.unmapServerGroupFromLoadBalancers}>
Unmap Load Balancers
Unmap Load Balancer
</a>
</li>
)}
Expand Down

0 comments on commit 2224c5e

Please sign in to comment.