Commit 24abf51b by RedwindA

修复复制多选令牌按钮的文本

parent b72e641d
......@@ -673,7 +673,7 @@ const TokensTable = () => {
await copyText(keys);
}}
>
{t('复制所选兑换码到剪贴板')}
{t('复制所选令牌到剪贴板')}
</Button>
</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