Skip to content

Commit

Permalink
Fix typo in create Lisk ID process - Closes #493
Browse files Browse the repository at this point in the history
  • Loading branch information
slaweet committed Feb 28, 2018
1 parent 2fecccb commit be33bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/passphrase/create/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ class Create extends React.Component {
const { t, nextStep } = this.props;
const { shapes } = this.state;
const percentage = this.state.data ? this.state.data.percentage : 0;
const hintTitle = this.isTouchDevice ? 'by tilting you device.' : 'by moving your mouse.';
const hintTitle = this.isTouchDevice ? 'by tilting your device.' : 'by moving your mouse.';

return (
<section className={`${grid.row} ${grid['center-xs']} ${styles.wrapper} ${styles.generation}`} id="generatorContainer" >
Expand Down

0 comments on commit be33bdf

Please sign in to comment.