Skip to content

Commit

Permalink
Fixed typos and added * for required field
Browse files Browse the repository at this point in the history
  • Loading branch information
Murali Suresh committed Jan 25, 2017
1 parent 88f2cc7 commit 623089d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions reactJS/app/components/RegisterComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ let styles = {
},
errorLabel: {
text: 'bold',
fontSize: '22px',
fontSize: '16px',
color: red500
},
chip: {
Expand Down Expand Up @@ -414,7 +414,7 @@ class RegisterComponent extends Component {
<div className='col-sm-offset-2 col-sm-8 col-xs-12'>
<Stepper activeStep={this.props.stepIndex} orientation="vertical">
<Step>
<StepLabel>Enter your name and events name</StepLabel>
<StepLabel>Enter your name and event name</StepLabel>
<StepContent>

<div className='row'>
Expand Down
8 changes: 4 additions & 4 deletions reactJS/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"purposeErrorLabel": "Only 100 characters permitted!!!",
"dateArrayExcessErrorLabel": "Only 6 dates permitted",
"dateArrayEmptyErrorLabel": "No dates selected!!",
"nameErrorLabelRequired": "Name field is required!!",
"purposeErrorLabelRequired": "Purpose field is required!!",
"name": "Organizer Name",
"nameErrorLabelRequired": "We need your name",
"purposeErrorLabelRequired": "Example: Funeral party",
"name": "Organizer Name *",
"attendeeName": "Name",
"purpose": "Event Name",
"purpose": "Event Name *",
"calendarLabel": "Select the Dates for the Event",
"geosuggestPlaceholder": "Enter the restaurant location here!",
"register": "Register",
Expand Down

0 comments on commit 623089d

Please sign in to comment.