Commit b9e3331f by CalciumIon

fix typo

parent a48679fb
...@@ -390,7 +390,7 @@ const EditToken = (props) => { ...@@ -390,7 +390,7 @@ const EditToken = (props) => {
setUnlimitedQuota(); setUnlimitedQuota();
}} }}
> >
{unlimited_quota ? t('取消���限额度') : t('设为无限额度')} {unlimited_quota ? t('取消限额度') : t('设为无限额度')}
</Button> </Button>
</div> </div>
<Divider /> <Divider />
......
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