Skip to content

Commit e47ec60

Browse files
committed
onboarding fix wrong text
1 parent b54573b commit e47ec60

File tree

1 file changed

+1
-1
lines changed
  • src/apps/onboarding/src/pages/educations

1 file changed

+1
-1
lines changed

src/apps/onboarding/src/pages/educations/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export const PageEducationsContent: FC<{
6060

6161
return (
6262
<div className={classNames('d-flex flex-column', styles.container)}>
63-
<h2>Add your education information</h2>
63+
<h2>Education</h2>
6464
<PageDivider />
6565

6666
<div className={classNames('d-flex flex-column align-items-start full-width mt-8', styles.blockContent)}>

0 commit comments

Comments
 (0)