Skip to content

Commit

Permalink
update: 💬 content change
Browse files Browse the repository at this point in the history
  • Loading branch information
siva-kannan3 committed Aug 23, 2022
1 parent db22807 commit 09f826d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const Experience: React.FC<Props> = ({ volunteeringInfo, currentIndex }) => {
)}
/>
<SwitchWidget
label={'I currently work here'}
label={'I currently volunteer here'}
value={volunteeringInfo.isVolunteeringNow ?? false}
onChange={(newValue: boolean) => {
onChangeHandler('isVolunteeringNow', newValue);
Expand All @@ -122,7 +122,7 @@ const Experience: React.FC<Props> = ({ volunteeringInfo, currentIndex }) => {
disabled={volunteeringInfo.isVolunteeringNow}
/>
<RichtextEditor
label="Few points on this work experience"
label="Few points on this volunteering experience"
value={volunteeringInfo.summary}
onChange={onSummaryChange}
name="summary"
Expand Down

0 comments on commit 09f826d

Please sign in to comment.