Skip to content

Commit

Permalink
fix:update description of profile page
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentxuu committed Oct 13, 2024
1 parent 4d6b00a commit ee16b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Profile/Edit/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ function EditPage() {
sx={{ width: '100%' }}
>
<MenuItem disabled>
<em>請選擇您或孩子目前的教育階段</em>
<em>請選擇您目前的教育階段</em>
</MenuItem>
{EDUCATION_STAGE.map(({ label, value }) => (
<MenuItem key={value} value={value}>
Expand Down

0 comments on commit ee16b24

Please sign in to comment.