mirror of https://github.com/vector-im/riot-web
Missed one
parent
ced68f2719
commit
0c7040e190
|
@ -168,7 +168,7 @@ export default React.createClass({
|
|||
disabled={!this.state.enableSubmit || disableForm}
|
||||
/>
|
||||
<button onClick={this._onCancelClick} disabled={disableForm}>
|
||||
Cancel
|
||||
{_t("Cancel")}
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
|
|
Loading…
Reference in New Issue