break the line as per the designs

This commit is contained in:
Riley Davis
2017-02-02 15:57:54 -07:00
parent 98c3d11815
commit 5a5c04f557
2 changed files with 5 additions and 3 deletions
@@ -83,7 +83,7 @@ const SignUpContent = ({handleChange, formData, emailVerificationEnabled, ...pro
<Success />
{
emailVerificationEnabled &&
<p>{lang.t('signIn.verifyEmail')}</p>
<p>{lang.t('signIn.verifyEmail')}<br /><br />{lang.t('signIn.verifyEmail2')}</p>
}
</div>
}
+4 -2
View File
@@ -3,7 +3,8 @@ export default {
'signIn': {
emailVerifyCTA: 'Please verify your email address.',
requestNewVerifyEmail: 'Request another email:',
verifyEmail: 'Thank you for creating an account! We sent an email to the address you provided to verify your account. You must verify your account before engaging with the community.',
verifyEmail: 'Thank you for creating an account! We sent an email to the address you provided to verify your account.',
verifyEmail2: 'You must verify your account before engaging with the community.',
notYou: 'Not you?',
loggedInAs: 'Logged in as',
facebookSignIn: 'Sign in with Facebook',
@@ -33,7 +34,8 @@ export default {
'signIn': {
emailVerifyCTA: 'Por favor verifique su correo electronico.',
requestNewVerifyEmail: 'Enviar otro correo:',
verifyEmail: '¡Gracias por crear una cuenta! Le enviamos un correo a la dirección que dio para verificar su cuenta. Debe verificarla antes de poder involucrarse en la comunidad.',
verifyEmail: '¡Gracias por crear una cuenta! Le enviamos un correo a la dirección que dio para verificar su cuenta.',
verifyEmail2: 'Debe verificarla antes de poder involucrarse en la comunidad.',
notYou: 'No eres tu?',
loggedInAs: 'Entraste como',
facebookSignIn: 'Entrar con Facebook',