Skip to content

Commit

Permalink
fix: simplify connection form save button label
Browse files Browse the repository at this point in the history
  • Loading branch information
csndra0504 committed Sep 1, 2016
1 parent 7df76bb commit 34ec4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/components/ConnectionForm/ConnectionForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const ConnectionForm = React.createClass({
</div>
</div>
<div className="panel-footer">
<button type="submit" className="btn btn-primary pull-right" onClick={this.handleSubmit}>{this.state.action} Connection</button>
<button type="submit" className="btn btn-primary pull-right" onClick={this.handleSubmit}>Save</button>
<button type="cancel" className="btn btn-default pull-left" onClick={this.handleCancel}>Cancel</button>
{deleteButton}
<div className="clearfix"/>
Expand Down

0 comments on commit 34ec4e6

Please sign in to comment.