Skip to content
This repository has been archived by the owner on Aug 19, 2021. It is now read-only.

Commit

Permalink
Fix sign up text
Browse files Browse the repository at this point in the history
  • Loading branch information
f4irline committed Jan 9, 2020
1 parent b7510d1 commit 03e3cf4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions views/profile/auth/Auth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,16 @@ const Auth: React.FC<Props> = (props: Props) => {
return (
<SafeAreaView style={[styles.viewContainer, authStyles.authContainer]}>
<View style={authStyles.headerContainer}>
<Text style={authStyles.title}>Sign up or log in</Text>
<Text style={authStyles.title}>Sign up</Text>
<Text style={authStyles.subtitle}>
Sign up or login to add images, comment on images and view
your own images
Sign up to add images, comment on images and view your own
images. Sign up is one-time-only and if you log out your
personal user data is lost.
</Text>
</View>
<GalleryButton
onPress={() => navigation.navigate('Login')}
title="Log in"
title="Sign up"
/>
</SafeAreaView>
);
Expand Down

0 comments on commit 03e3cf4

Please sign in to comment.