Skip to content

Commit f2c0b16

Browse files
committed
Typo update
1 parent c88784c commit f2c0b16

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/apps/profiles/src/member-profile/skills/PrincipalSkillsModal/PrincipalSkillsModal.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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&nbsp;
26-
<strong>Principal skills</strong>
26+
<strong>Principal Skills</strong>
2727
&nbsp;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&nbsp;
35-
<strong>principal skills input</strong>
35+
<strong>Principal Skills input</strong>
3636
&nbsp;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>

src/libs/shared/lib/components/member-skill-editor/use-member-skill-editor.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export const useMemberSkillEditor = ({
150150
These will be showcased at the top of your profile.
151151
</p>
152152
<InputSkillSelector
153-
label='Select Principal skills'
153+
label='Select Principal Skills'
154154
value={principalSkills}
155155
onChange={handleOnChange(UserSkillDisplayModes.principal)}
156156
loading={loading}
@@ -162,7 +162,7 @@ export const useMemberSkillEditor = ({
162162
All your other skills that make you a valuable asset on a project or a team.
163163
</p>
164164
<InputSkillSelector
165-
label='Select Additional skills'
165+
label='Select Additional Skills'
166166
value={additionalSkills}
167167
onChange={handleOnChange(UserSkillDisplayModes.additional)}
168168
loading={loading}

0 commit comments

Comments
 (0)