Skip to content

Commit

Permalink
chore(provider/cf): rename "Add services" to "Bind services"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammy Louie authored and jkschneider committed Nov 7, 2018
1 parent 1b89970 commit 2634178
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ class ConfigurationSettingsImpl extends React.Component<ICloudFoundryServerGroup

<div className="form-group">
<div className="col-md-12">
<b>Services</b>
<b>Bind Services</b>
<table className="table table-condensed packed metadata">
<tbody>
{manifest.services &&
Expand Down Expand Up @@ -394,7 +394,7 @@ class ConfigurationSettingsImpl extends React.Component<ICloudFoundryServerGroup
<tr>
<td colSpan={1}>
<button type="button" className="add-new col-md-12" onClick={addServicesVariable}>
<span className="glyphicon glyphicon-plus-sign" /> Add New Service
<span className="glyphicon glyphicon-plus-sign" /> Bind Service
</button>
</td>
</tr>
Expand Down

0 comments on commit 2634178

Please sign in to comment.