Commit 5b349ef 1 parent f76c46d commit 5b349ef Copy full SHA for 5b349ef
File tree 2 files changed +2
-2
lines changed
web/berry/src/views/Authentication
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ const Register = () => {
51
51
< Grid item xs = { 12 } >
52
52
< Grid item container direction = "column" alignItems = "center" xs = { 12 } >
53
53
< Typography component = { Link } to = "/login" variant = "subtitle1" sx = { { textDecoration : 'none' } } >
54
- 已经有帐号了? 点击登录
54
+ 已经有帐号了? 点击登录
55
55
</ Typography >
56
56
</ Grid >
57
57
</ Grid >
Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ const RegisterForm = ({ ...others }) => {
296
296
< Box sx = { { mt : 2 } } >
297
297
< AnimateButton >
298
298
< Button disableElevation disabled = { isSubmitting } fullWidth size = "large" type = "submit" variant = "contained" color = "primary" >
299
- Sign up
299
+ 注册
300
300
</ Button >
301
301
</ AnimateButton >
302
302
</ Box >
You can’t perform that action at this time.
0 commit comments