Skip to content

Commit 5b349ef

Browse files
committed
chore: fix berry copy
1 parent f76c46d commit 5b349ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/berry/src/views/Authentication/Auth/Register.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const Register = () => {
5151
<Grid item xs={12}>
5252
<Grid item container direction="column" alignItems="center" xs={12}>
5353
<Typography component={Link} to="/login" variant="subtitle1" sx={{ textDecoration: 'none' }}>
54-
已经有帐号了?点击登录
54+
已经有帐号了点击登录
5555
</Typography>
5656
</Grid>
5757
</Grid>

web/berry/src/views/Authentication/AuthForms/AuthRegister.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ const RegisterForm = ({ ...others }) => {
296296
<Box sx={{ mt: 2 }}>
297297
<AnimateButton>
298298
<Button disableElevation disabled={isSubmitting} fullWidth size="large" type="submit" variant="contained" color="primary">
299-
Sign up
299+
注册
300300
</Button>
301301
</AnimateButton>
302302
</Box>

0 commit comments

Comments
 (0)