diff options
Diffstat (limited to 'src/view/com/auth/SplashScreen.web.tsx')
-rw-r--r-- | src/view/com/auth/SplashScreen.web.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/auth/SplashScreen.web.tsx b/src/view/com/auth/SplashScreen.web.tsx index d718ca832..eded80358 100644 --- a/src/view/com/auth/SplashScreen.web.tsx +++ b/src/view/com/auth/SplashScreen.web.tsx @@ -122,7 +122,7 @@ export const SplashScreen = ({ onPress={onPressSignin} label={_(msg`Sign in`)} accessibilityHint={_( - msg`Opens flow to sign into your existing Bluesky account`, + msg`Opens flow to sign in to your existing Bluesky account`, )} size="large" variant="solid" |