Skip to content

Commit

Permalink
Event name error label position fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Murali Suresh committed Jan 27, 2017
1 parent 9ff84a7 commit fbb8b32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reactJS/app/components/RegisterComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ class RegisterComponent extends Component {
<TextField id='purpose' floatingLabelText={this.props.languageJson.purpose} onChange={this.storePurpose} floatingLabelFocusStyle={{
color: grey900
}} underlineFocusStyle={styles.underlineStyle} value={this.props.purpose}/>

<br/>
<label style={styles.errorLabel}>
{this.props.purposeErrorLabel}
</label>
Expand Down
2 changes: 1 addition & 1 deletion reactJS/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"purposeErrorLabel": "Only 100 characters permitted!!!",
"dateArrayEmptyErrorLabel": "No dates selected!!",
"nameErrorLabelRequired": "We need your name",
"purposeErrorLabelRequired": "Example: Funeral party",
"purposeErrorLabelRequired": "Invalid Event name",
"name": "Organizer Name *",
"attendeeName": "Name",
"purpose": "Event Name *",
Expand Down

0 comments on commit fbb8b32

Please sign in to comment.