Skip to content

Commit

Permalink
fix(panel): change panel text (#1895)
Browse files Browse the repository at this point in the history
Co-authored-by: zhujiahong <zhujiahong@growingio.com>
  • Loading branch information
zhuzilv and zhujiahong committed Mar 9, 2022
1 parent 1be3104 commit e01b8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panel/locales/zh-CN.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Key } from 'react';

export default {
hasSelected: (text: Key) => `已经选择 ${text} 项`,
hasSelected: (text: Key) => `已选择 ${text} 项`,
};

1 comment on commit e01b8eb

@vercel
Copy link

@vercel vercel bot commented on e01b8eb Mar 9, 2022

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.