CalciumIon 1 year ago
parent
commit
b3576f24ef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/src/pages/Token/EditToken.js

+ 1 - 1
web/src/pages/Token/EditToken.js

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