display sign in instructions for emails that exist #84

Merged
akinwale merged 3 commits from existing-email into master 2019-12-05 19:30:24 +01:00
akinwale commented 2019-11-18 07:24:30 +01:00 (Migrated from github.com)
No description provided.
neb-b (Migrated from github.com) reviewed 2019-11-18 07:24:30 +01:00
kauffj (Migrated from github.com) reviewed 2019-11-18 22:31:36 +01:00
kauffj (Migrated from github.com) left a comment

Complete lbry-android/#766 then assign this to me. I'll make any copy changes then.

Complete lbry-android/#766 then assign this to me. I'll make any copy changes then.
kauffj (Migrated from github.com) requested changes 2019-12-03 18:44:01 +01:00
kauffj (Migrated from github.com) left a comment

mostly i18n

mostly i18n
kauffj (Migrated from github.com) commented 2019-12-03 18:19:29 +01:00

i18n

i18n
kauffj (Migrated from github.com) commented 2019-12-03 18:20:09 +01:00

small requested change: synced -> in sync

small requested change: synced -> in sync
kauffj (Migrated from github.com) commented 2019-12-03 18:20:36 +01:00

i18n

i18n
kauffj (Migrated from github.com) commented 2019-12-03 18:41:32 +01:00

As part of full i18n support, you should basically always avoid string building. Even if you repeat a clause, just make this two distinct, clean messages:

__('Please follow the instructions in the message to complete signing in.')
__('Please follow the instructions in the message to verify your email address.')
As part of full i18n support, you should basically always avoid string building. Even if you repeat a clause, just make this two distinct, clean messages: ``` __('Please follow the instructions in the message to complete signing in.') __('Please follow the instructions in the message to verify your email address.') ```
kauffj (Migrated from github.com) commented 2019-12-03 18:42:51 +01:00

Please follow the instructions in the message to complete signing in -> Please click the link in the message to...

Please follow the instructions in the message to complete signing in -> Please click the link in the message to...
@ -31,3 +32,4 @@
{!emailAlreadyExists && __('Please click the link in the message to verify your email address')}.
</Text>
<View style={firstRunStyle.buttonContainer}>
kauffj (Migrated from github.com) commented 2019-12-03 18:20:29 +01:00

i18n

i18n
kauffj (Migrated from github.com) commented 2019-12-03 18:43:51 +01:00

same comment as above

if this is the same message in both places, share a component?

same comment as above if this is the same message in both places, share a component?
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-react-native#84
No description provided.