Commit 508188ca by 同語 Committed by GitHub

Merge pull request #1163 from RedwindA/fix/multi-select-copy-label

fix: 修复复制多选令牌按钮的文本
parents b72e641d 24abf51b
...@@ -673,7 +673,7 @@ const TokensTable = () => { ...@@ -673,7 +673,7 @@ const TokensTable = () => {
await copyText(keys); await copyText(keys);
}} }}
> >
{t('复制所选兑换码到剪贴板')} {t('复制所选令牌到剪贴板')}
</Button> </Button>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment