Skip to content

Commit

Permalink
chore: 令牌分组描述歧义
Browse files Browse the repository at this point in the history
  • Loading branch information
Calcium-Ion committed Sep 18, 2024
1 parent af33f36 commit 2e734e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/pages/Token/EditToken.js
Original file line number Diff line number Diff line change
Expand Up @@ -441,11 +441,11 @@ const EditToken = (props) => {
/>

<div style={{marginTop: 10}}>
<Typography.Text>令牌分组,不选为默认分组</Typography.Text>
<Typography.Text>令牌分组,默认为用户的分组</Typography.Text>
</div>
<Select
style={{marginTop: 8}}
placeholder={'令牌分组,不选为默认分组'}
placeholder={'令牌分组,默认为用户的分组'}
name='gruop'
required
selection
Expand Down

1 comment on commit 2e734e0

@Calcium-Ion
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.