소스 검색

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'