Skip to content

Commit c6b1d97

Browse files
Handle the case where user enters a username instead of email
1 parent db8e144 commit c6b1d97

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

WooCommerce/src/main/kotlin/com/woocommerce/android/ui/login/jetpack/wpcom/JetpackActivationWPComEmailScreen.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ fun JetpackActivationWPComEmailScreen(
113113
}
114114
)
115115
)
116-
Spacer(modifier = Modifier.height(dimensionResource(id = R.dimen.minor_100)))
116+
Spacer(modifier = Modifier.height(dimensionResource(id = R.dimen.major_100)))
117117
Text(
118-
style = MaterialTheme.typography.caption,
118+
style = MaterialTheme.typography.body2,
119119
text = stringResource(id = R.string.login_jetpack_connection_create_account)
120120
)
121121
}

WooCommerce/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3430,7 +3430,7 @@
34303430
<string name="login_magic_link_button">Log in with magic link</string>
34313431

34323432
<string name="email_not_registered_wpcom">Hmm, we can\'t find a WordPress.com account connected to this email address.</string>
3433-
<string name="username_not_registered_wpcom">Hmm, we can\'t find a WordPress.com account connected to this username address. You can enter an email to create a new account</string>
3433+
<string name="username_not_registered_wpcom">Hmm, we can\'t find a WordPress.com account connected to this username address. You can enter an email to create a new account.</string>
34343434
<string name="login_magic_links_label">We\'ll email you a link that\'ll log you in instantly, no password needed.</string>
34353435
<string name="login_get_link_by_email">Get a login link by email</string>
34363436
<string name="signup_magic_link_message">We’ve emailed you a signup link to create your new WordPress.com account. Check your email on this device, and tap the link in the email you receive from WordPress.com.</string>

0 commit comments

Comments
 (0)