Skip to content

Commit cbda794

Browse files
authored
Merge pull request #1163 from RedwindA/fix/multi-select-copy-label
fix: 修复复制多选令牌按钮的文本
2 parents 8e6039b + 5ef5664 commit cbda794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/table/TokensTable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ const TokensTable = () => {
673673
await copyText(keys);
674674
}}
675675
>
676-
{t('复制所选兑换码到剪贴板')}
676+
{t('复制所选令牌到剪贴板')}
677677
</Button>
678678
</div>
679679

0 commit comments

Comments
 (0)