display sign in instructions for emails that exist #84
Labels
No labels
area: devops
area: discovery
area: docs
area: livestream
consider soon
dependencies
documentation
Epic
good first issue
hacktoberfest
help wanted
icebox
level: 1
level: 2
level: 3
level: 4
needs: exploration
needs: grooming
needs: priority
needs: repro
needs: tech design
on hold
priority: blocker
priority: high
priority: low
priority: medium
resilience
Tom's Wishlist
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
type: testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lbry-react-native#84
Loading…
Reference in a new issue
No description provided.
Delete branch "existing-email"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Complete lbry-android/#766 then assign this to me. I'll make any copy changes then.
mostly i18n
i18n
small requested change: synced -> in sync
i18n
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 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}>
i18n
👍
i18n
same comment as above
if this is the same message in both places, share a component?