wallet sign in driver #67
|
@ -25,19 +25,20 @@ class WalletSignIn extends React.Component {
|
||||||
"Sign In" in both the title and on the button, rather than "Sign in" "Sign In" in both the title and on the button, rather than "Sign in"
|
|||||||
return (
|
return (
|
||||||
<View style={walletStyle.signInContainer}>
|
<View style={walletStyle.signInContainer}>
|
||||||
<View style={walletStyle.signInSummaryRow}>
|
<View style={walletStyle.signInSummaryRow}>
|
||||||
<Text style={walletStyle.signInTitle}>Sign in</Text>
|
<Text style={walletStyle.signInTitle}>Account Recommended</Text>
|
||||||
"Sign In" in both the title and on the button, rather than "Sign in" "Sign In" in both the title and on the button, rather than "Sign in"
"Sign In" in both the title and on the button, rather than "Sign in" "Sign In" in both the title and on the button, rather than "Sign in"
|
|||||||
</View>
|
</View>
|
||||||
|
|
||||||
<View style={walletStyle.onboarding}>
|
<View style={walletStyle.onboarding}>
|
||||||
<Text style={walletStyle.onboardingText}>
|
<Text style={walletStyle.onboardingText}>
|
||||||
An account will allow you to earn rewards and keep your account and settings synced.{'\n\n'}
|
An account with LBRY Inc. allows you to earn rewards, backup your wallet, and keep everything synced..
|
||||||
"Sign In" in both the title and on the button, rather than "Sign in" "Sign In" in both the title and on the button, rather than "Sign in"
"Sign In" in both the title and on the button, rather than "Sign in" "Sign In" in both the title and on the button, rather than "Sign in"
|
|||||||
Without an account, you will not receive rewards, sync and backup services, or security updates.{'\n\n'}
|
{'\n\n'}
|
||||||
"Sign In" in both the title and on the button, rather than "Sign in" "Sign In" in both the title and on the button, rather than "Sign in"
"Sign In" in both the title and on the button, rather than "Sign in" "Sign In" in both the title and on the button, rather than "Sign in"
|
|||||||
|
Without an account, you assume all responsibility for securing your wallet and LBRY data.{'\n\n'}
|
||||||
"Sign In" in both the title and on the button, rather than "Sign in" "Sign In" in both the title and on the button, rather than "Sign in"
|
|||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
|
|
||||||
<View style={walletStyle.buttonRow}>
|
<View style={walletStyle.buttonRow}>
|
||||||
<Link style={walletStyle.continueLink} text={'Continue anyway'} onPress={this.onContinuePressed} />
|
<Link style={walletStyle.continueLink} text={'Skip Account'} onPress={this.onContinuePressed} />
|
||||||
"Sign In" in both the title and on the button, rather than "Sign in" "Sign In" in both the title and on the button, rather than "Sign in"
"Sign In" in both the title and on the button, rather than "Sign in" "Sign In" in both the title and on the button, rather than "Sign in"
|
|||||||
<Button style={walletStyle.signInButton} theme={'light'} text={'Sign in'} onPress={this.onSignInPressed} />
|
<Button style={walletStyle.signInButton} theme={'light'} text={'Sign Up'} onPress={this.onSignInPressed} />
|
||||||
"Sign In" in both the title and on the button, rather than "Sign in" "Sign In" in both the title and on the button, rather than "Sign in"
"Sign In" in both the title and on the button, rather than "Sign in" "Sign In" in both the title and on the button, rather than "Sign in"
|
|||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
);
|
);
|
||||||
|
|
||||||
"Sign In" in both the title and on the button, rather than "Sign in" "Sign In" in both the title and on the button, rather than "Sign in"
"Sign In" in both the title and on the button, rather than "Sign in" "Sign In" in both the title and on the button, rather than "Sign in"
|
"Sign In" in both the title and on the button, rather than "Sign in"