Skip to content

Commit

Permalink
[wip] Changed label and hint for the info input
Browse files Browse the repository at this point in the history
  • Loading branch information
veronikaslc committed Oct 14, 2020
1 parent d2a7cb9 commit c0afc53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guids-generator.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,9 @@
value={binput}
className={classes.btextinput}
onChange={(event) => {handleChange(event.target.value)}}
helperText={!errorText ? "Example: '2345678904,ON,2020-02-02'." : errorText}
helperText={!errorText ? "Please enter the health card number, province code, and date of birth as YYYY-MM-DD, separated by ',' for one or more patients, one patient per line. Example:'2345678904,ON,2002-01-23'." : errorText}
error={errorText}
label="Please enter the health card number, province code, and date of birth as YYYY-MM-DD, separated by ',' for one or more patients, one patient per line."
label="Health card number,Province code,Date of birth"
placeholder="2345678904,ON,2002-01-23"
InputProps={{
startAdornment: (
Expand Down

0 comments on commit c0afc53

Please sign in to comment.