diff options
Diffstat (limited to 'src/view')
-rw-r--r-- | src/view/com/auth/SplashScreen.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/auth/SplashScreen.tsx b/src/view/com/auth/SplashScreen.tsx index bb2d657ea..099ab1057 100644 --- a/src/view/com/auth/SplashScreen.tsx +++ b/src/view/com/auth/SplashScreen.tsx @@ -31,7 +31,7 @@ export const SplashScreen = ({ </View> <Text type="lg-medium" style={[pal.textLight]}> - <Trans>What's next?</Trans> + <Trans>What's up?</Trans> </Text> </View> <View testID="signinOrCreateAccount" style={styles.btns}> |