Reword cancel button to back button at top of config editor

feature/ssh-config
Kelvin Schoofs 4 years ago
parent fd48523969
commit 638e62f2a8

@ -25,7 +25,7 @@ class ConfigEditor extends React.Component<StateProps & DispatchProps> {
return <FieldGroup>
<div className="ConfigEditor">
<div className="header">
<button className="cancel" onClick={this.props.cancel}>Cancel</button>
<button className="cancel" onClick={this.props.cancel}>Back</button>
<div className="title">
<h3>{oldConfig.label || oldConfig.name}</h3>
<h4>{formatConfigLocation(oldConfig._location!)}</h4>

Loading…
Cancel
Save