瀏覽代碼

Merge pull request #1024 from tbphp/fix-edituser-text

fix: EditUser text error
Calcium-Ion 10 月之前
父節點
當前提交
bae57c05c1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web/src/pages/User/EditUser.js

+ 1 - 1
web/src/pages/User/EditUser.js

@@ -239,7 +239,7 @@ const EditUser = (props) => {
             readonly
           />
           <div style={{ marginTop: 20 }}>
-            <Typography.Text>{t('`已绑定的 OIDC 账户')}</Typography.Text>
+            <Typography.Text>{t('已绑定的 OIDC 账户')}</Typography.Text>
           </div>
           <Input
             name='oidc_id'