Skip to content

Commit c7f8914

Browse files
committed
MP-226 Experience modal updated
1 parent 456ac0c commit c7f8914

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/apps/profiles/src/member-profile/work-expirence/ModifyWorkExpirenceModal/ModifyWorkExpirenceModal.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 && (

0 commit comments

Comments
 (0)