mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 20:53:24 +10:00
Merge pull request #340 from sharetribe/verifyEmail-review
email verification review
This commit is contained in:
commit
d5e5a17468
3 changed files with 9 additions and 5 deletions
|
|
@ -8,6 +8,10 @@
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
.title {
|
||||
@apply --marketplaceModalTitle;
|
||||
}
|
||||
|
||||
.button {
|
||||
@apply --marketplaceButtonStyles;
|
||||
|
||||
|
|
|
|||
|
|
@ -26,9 +26,9 @@ const EmailVerificationFormComponent = props => {
|
|||
const verifyEmail = (
|
||||
<div className={css.root}>
|
||||
<div>
|
||||
<h2>
|
||||
<h1 className={css.title}>
|
||||
<FormattedMessage id="EmailVerificationForm.verifyEmailAddress" />
|
||||
</h2>
|
||||
</h1>
|
||||
|
||||
<p>
|
||||
<FormattedMessage id="EmailVerificationForm.finishAccountSetup" values={{ email }} />
|
||||
|
|
@ -54,9 +54,9 @@ const EmailVerificationFormComponent = props => {
|
|||
const alreadyVerified = (
|
||||
<div className={css.root}>
|
||||
<div>
|
||||
<h2>
|
||||
<h1 className={css.title}>
|
||||
<FormattedMessage id="EmailVerificationForm.emailVerified" />
|
||||
</h2>
|
||||
</h1>
|
||||
|
||||
<p>
|
||||
<FormattedMessage
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@
|
|||
"EmailVerificationPage.title": "Verify your email address",
|
||||
"EmailVerificationPage.loadingUserInformation": "Loading user information…",
|
||||
"EmailVerificationForm.verifyEmailAddress": "Verify your email address",
|
||||
"EmailVerificationForm.finishAccountSetup": "To finish setting up your Saunatime account, we sent an email to {email} to make sure this email is yours.",
|
||||
"EmailVerificationForm.finishAccountSetup": "To finish setting up your Saunatime account, we sent an email to {email} to make sure this email is yours, so we can reach your later.",
|
||||
"EmailVerificationForm.verify": "Verify my email",
|
||||
"EmailVerificationForm.verifying": "Verifying…",
|
||||
"EmailVerificationForm.emailVerified": "Your email address is verified",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue