about summary refs log tree commit diff
path: root/src/view/com/auth
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/com/auth')
-rw-r--r--src/view/com/auth/SplashScreen.tsx2
-rw-r--r--src/view/com/auth/SplashScreen.web.tsx2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/view/com/auth/SplashScreen.tsx b/src/view/com/auth/SplashScreen.tsx
index e205bb540..9de36665c 100644
--- a/src/view/com/auth/SplashScreen.tsx
+++ b/src/view/com/auth/SplashScreen.tsx
@@ -60,7 +60,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"
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"