Skip to content
This repository was archived by the owner on Jun 10, 2019. It is now read-only.

Commit 3861308

Browse files
committed
Fix typo on scholarship page
'conference' -> 'scholarship'
1 parent 34270c5 commit 3861308

File tree

1 file changed

+2
-2
lines changed
  • src/scenes/home/scholarshipApplication/body

1 file changed

+2
-2
lines changed

src/scenes/home/scholarshipApplication/body/body.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ class Body extends Component {
5151
return (
5252
<div>
5353
<div className={styles.title}>
54-
Reason for Attending<span className={styles.red}> *</span>
54+
Reason for Applying<span className={styles.red}> *</span>
5555
</div>
5656
<FormTextArea
5757
onChange={this.onTextAreaChange}
58-
placeHolder="Please write about why you want to attend this conference, and what you hope to get out of it."
58+
placeHolder="Please write about why you are applying for this scholarship, and what you hope to get out of it."
5959
/>
6060
<div className={styles.title}>
6161
Conditions for Acceptance<span className={styles.red}> *</span>

0 commit comments

Comments
 (0)