Skip to content

Commit ed9edb2

Browse files
committed
fixing bug about register page
1 parent 72bb535 commit ed9edb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/screens/ProfileScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ const ProfileScreen = ({navigation}: Props) => {
263263
onPress={() => setisVisibleNumber(true)}>
264264
<Icon name="chevron-forward-outline" size={30} color="black" />
265265
</TouchableOpacity>
266-
<Text style={styles.text}>Invita a tus amigos unirse a Paybox</Text>
266+
<Text style={styles.text}>Invita a tus amigos unirse a Paybox ahora!</Text>
267267
<TouchableOpacity
268268
style={{position: 'absolute', right: 10, top: 160}}
269269
onPress={() => askContactPermission()}>

0 commit comments

Comments
 (0)