diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-12-17 15:28:04 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-12-17 15:28:04 -0800 |
commit | 9f82441c371b4c2f082750da7703ad2f16c2cc42 (patch) | |
tree | 47c21121391258df9c1cd779b940a79735060ba3 /src/view/com/auth/SplashScreen.tsx | |
parent | 77437194e02402357a53da2624f2936277511e44 (diff) | |
download | voidsky-9f82441c371b4c2f082750da7703ad2f16c2cc42.tar.zst |
Update splash screen tagline, update translations, bump ios build number
Diffstat (limited to 'src/view/com/auth/SplashScreen.tsx')
-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}> |