File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/apps/profiles/src/member-profile/work-expirence/ModifyWorkExpirenceModal Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ const ModifyWorkExpirenceModal: FC<ModifyWorkExpirenceModalProps> = (props: Modi
229229 onClose = { props . onClose }
230230 open
231231 size = 'lg'
232- title = 'Experience'
232+ title = { ` ${ addingNewItem ? 'Add ' : ( editedItemIndex !== undefined ? 'Edit ' : '' ) } Experience` }
233233 buttons = { (
234234 < div className = { styles . modalButtons } >
235235 < Button
@@ -248,7 +248,7 @@ const ModifyWorkExpirenceModal: FC<ModifyWorkExpirenceModalProps> = (props: Modi
248248 >
249249 < div className = { styles . container } >
250250 < p >
251- Add experience that demonstrate your skills and abilities.
251+ Add jobs that demonstrate your skills and abilities.
252252 </ p >
253253
254254 { editedItemIndex === undefined && ! addingNewItem ? (
@@ -353,7 +353,7 @@ const ModifyWorkExpirenceModal: FC<ModifyWorkExpirenceModalProps> = (props: Modi
353353 </ div >
354354 < InputText
355355 name = 'currentlyWorking'
356- label = 'I am currently in this role'
356+ label = 'I am currently working in this role'
357357 error = { formErrors . currentlyWorking }
358358 dirty
359359 tabIndex = { - 1 }
You can’t perform that action at this time.
0 commit comments