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 @@ -214,7 +214,7 @@ const ModifyWorkExpirenceModal: FC<ModifyWorkExpirenceModalProps> = (props: Modi
214214 onClose = { props . onClose }
215215 open
216216 size = 'lg'
217- title = 'Work Experience'
217+ title = 'Experience'
218218 buttons = { (
219219 < div className = { styles . modalButtons } >
220220 < Button
@@ -336,7 +336,7 @@ const ModifyWorkExpirenceModal: FC<ModifyWorkExpirenceModalProps> = (props: Modi
336336 </ div >
337337 < InputText
338338 name = 'currentlyWorking'
339- label = 'I am currently working in this role'
339+ label = 'I am currently in this role'
340340 error = { formErrors . currentlyWorking }
341341 dirty
342342 tabIndex = { - 1 }
@@ -348,7 +348,7 @@ const ModifyWorkExpirenceModal: FC<ModifyWorkExpirenceModalProps> = (props: Modi
348348 { editedItemIndex === undefined ? < IconOutline . PlusCircleIcon /> : undefined }
349349 < Button
350350 link
351- label = { `${ editedItemIndex !== undefined ? 'Edit' : 'Add' } Job to your List` }
351+ label = { `${ editedItemIndex !== undefined ? 'Edit' : 'Add another ' } experience to your List` }
352352 onClick = { handleFormAction }
353353 />
354354 { editedItemIndex !== undefined && (
You can’t perform that action at this time.
0 commit comments