|
|
@@ -242,14 +242,14 @@ export default class Login extends React.Component {
|
|
|
>Click here to sign up</Text> */}
|
|
|
<TextView
|
|
|
style={styles.linksText}
|
|
|
- onPress={() => startPage(PageList.register)}>{$t('sign.registerPublicUser')}</TextView>
|
|
|
+ onPress={() => startPage(PageList.register)}>Sign up and enjoy more perks</TextView>
|
|
|
{/* <Text
|
|
|
style={styles.linksText}
|
|
|
onPress={() => startPage(PageList.register, {isFleetUser: true})}>{$t('sign.registerDriverUser')}</Text> */}
|
|
|
<TextView style={{color: textPrimary, paddingTop: 12}}>Or</TextView>
|
|
|
<TextView
|
|
|
style={styles.linksText}
|
|
|
- onPress={() => this.startWebApp()}>Continue As Guest</TextView>
|
|
|
+ onPress={() => this.startWebApp()}>Continue as guest</TextView>
|
|
|
</View>
|
|
|
</ScrollView>
|
|
|
</View>
|