Skip to content

Commit

Permalink
fix code review comments
Browse files Browse the repository at this point in the history
fix code review comments
  • Loading branch information
Melody-zhou-512 committed Jan 15, 2025
1 parent b60b578 commit 8f10c35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"wrongEmailFormat": "This is not a valid email format."
},
"verificationTokenForm": {
"createVerificationToken": "Verification code has been sent to {{target}}. Please enter the code.",
"createVerificationToken": "Verification code sent to {{target}}. Please check and enter the code.",
"needInputCredentials": "Please enter your credentials to continue.",
"sendRateLime": "in {{waitTime}} seconds",
"resend": "Resend",
Expand Down
2 changes: 1 addition & 1 deletion feature-libs/user/profile/styles/_otp-register-form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}
}
.cx-page-section {
padding-top: 5px;
padding-top: 0.3125rem;
}
.label-content {
font-family: 'Open Sans', sans-serif;
Expand Down

0 comments on commit 8f10c35

Please sign in to comment.