Skip to content

Commit

Permalink
chore: update ui copy
Browse files Browse the repository at this point in the history
  • Loading branch information
songquanpeng committed Jan 7, 2024
1 parent 39c1882 commit d062bc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/berry/src/views/Authentication/AuthForms/AuthLogin.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const LoginForm = ({ ...others }) => {
<Box sx={{ mr: { xs: 1, sm: 2, width: 20 }, display: 'flex', alignItems: 'center' }}>
<img src={Github} alt="github" width={25} height={25} style={{ marginRight: matchDownSM ? 8 : 16 }} />
</Box>
使用 Github 登录
使用 GitHub 登录
</Button>
</AnimateButton>
</Grid>
Expand All @@ -115,7 +115,7 @@ const LoginForm = ({ ...others }) => {
<Box sx={{ mr: { xs: 1, sm: 2, width: 20 }, display: 'flex', alignItems: 'center' }}>
<img src={Wechat} alt="Wechat" width={25} height={25} style={{ marginRight: matchDownSM ? 8 : 16 }} />
</Box>
使用 Wechat 登录
使用微信登录
</Button>
</AnimateButton>
<WechatModal open={openWechat} handleClose={handleWechatClose} wechatLogin={wechatLogin} qrCode={siteInfo.wechat_qrcode} />
Expand Down

0 comments on commit d062bc6

Please sign in to comment.