@@ -16,14 +16,14 @@ const PrincipalSkillsModal: FC<PrincipalSkillsModalProps> = (props: PrincipalSki
1616 < BaseModal
1717 onClose = { props . onClose }
1818 open
19- title = 'Highlight your Principal skills '
19+ title = 'Highlight your Principal Skills '
2020 size = 'lg'
2121 >
2222 < div className = { styles . container } >
2323 < p >
2424 < div className = { styles . mb1 } >
2525 Now you can highlight your most important skills using the
26- < strong > Principal skills </ strong >
26+ < strong > Principal Skills </ strong >
2727 section!
2828 </ div >
2929 < img src = { principalSectionImg } alt = '' />
@@ -32,7 +32,7 @@ const PrincipalSkillsModal: FC<PrincipalSkillsModalProps> = (props: PrincipalSki
3232 < p >
3333 < div className = { styles . mb1 } >
3434 Just move the skills you want to highlight by typing them in the
35- < strong > principal skills input</ strong >
35+ < strong > Principal Skills input</ strong >
3636 when you edit your skills.
3737 </ div >
3838 < img src = { principalInputImg } alt = '' />
@@ -44,16 +44,16 @@ const PrincipalSkillsModal: FC<PrincipalSkillsModalProps> = (props: PrincipalSki
4444 { ' ' }
4545 { MAX_PRINCIPAL_SKILLS_COUNT }
4646 { ' ' }
47- skills to your principal section.
47+ skills to your Principal Skills section.
4848 </ p >
4949 < br />
5050 < p >
5151 To move a skill back to the
5252 { ' ' }
53- < strong > additional section</ strong >
53+ < strong > Additional Skills section</ strong >
5454 , just type it in the
5555 { ' ' }
56- < strong > additional skills input</ strong >
56+ < strong > Additional Skills input</ strong >
5757 .
5858 </ p >
5959 </ div >
0 commit comments