update copy

This commit is contained in:
Akinwale Ariwodola 2019-10-29 13:35:22 +01:00
parent c3a431b40c
commit 3bb8ee12eb

View file

@ -25,19 +25,20 @@ class WalletSignIn extends React.Component {
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>
</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..
Without an account, you will not receive rewards, sync and backup services, or security updates.{'\n\n'} {'\n\n'}
Without an account, you assume all responsibility for securing your wallet and LBRY data.{'\n\n'}
</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} />
<Button style={walletStyle.signInButton} theme={'light'} text={'Sign in'} onPress={this.onSignInPressed} /> <Button style={walletStyle.signInButton} theme={'light'} text={'Sign Up'} onPress={this.onSignInPressed} />
</View> </View>
</View> </View>
); );