Skip to content

Commit

Permalink
fix: Typo in SelectDifficulty footer text
Browse files Browse the repository at this point in the history
  • Loading branch information
kachnitel committed Dec 8, 2019
1 parent a1daf64 commit 25a6a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/sign_up/SelectDifficulty.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default class SelectDifficulty extends React.Component {
options={options}
placeholder={this.props.placeholder || 'What\'s your riding experience?'}
headerText={this.props.headerText || 'Select trail difficulty'}
footerText={this.props.footerText || 'Choose difficulty you\'re generally comfortable riding. It will be displayed on yor profile.'}
footerText={this.props.footerText || 'Choose difficulty you\'re generally comfortable riding. It will be displayed on your profile.'}
title={this.props.title || 'Riding experience'}
icon={(value) =>
<OutlineIcon outlineStyle={styles.iconOutline}>
Expand Down

0 comments on commit 25a6a66

Please sign in to comment.