Skip to content

Commit

Permalink
Switch to english
Browse files Browse the repository at this point in the history
  • Loading branch information
marekrydlewski committed May 26, 2016
1 parent 2f9aa4f commit 964f89b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ class SmartChessBoard extends React.Component {
onSnapEnd = { this._onSnapEnd.bind(this) }
/>
<div className={style['buttons']}>
<Button label='Cofnij' onClick={this._undo.bind(this)}></Button>
<Button label='Do przodu' onClick={this._next.bind(this)}></Button>
<Button label='Back' onClick={this._undo.bind(this)}></Button>
<Button label='Next' onClick={this._next.bind(this)}></Button>
</div>
</div>
<Notation className={style['notation']}>
Expand Down

0 comments on commit 964f89b

Please sign in to comment.