about summary refs log tree commit diff
path: root/src/view/com/auth/SplashScreen.tsx
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-03-22 00:34:42 +0000
committerGitHub <noreply@github.com>2024-03-22 00:34:42 +0000
commit6f2dfcb5029faf4ff09d529a8bf6bfe241e31b2d (patch)
treee4342d976f3ee74a5c4fe714e23ade087ecd0ff9 /src/view/com/auth/SplashScreen.tsx
parentdf7f9856bbbdb05a38d7a09ba0dec875be3d3a34 (diff)
parenta3eab31bda11541c4f0ec995a526436bd3a9f1cb (diff)
downloadvoidsky-6f2dfcb5029faf4ff09d529a8bf6bfe241e31b2d.tar.zst
Merge pull request #3326 from bluesky-social/samuel/lowercase-i
Change Sign In -> Sign in on Splashscreen
Diffstat (limited to 'src/view/com/auth/SplashScreen.tsx')
-rw-r--r--src/view/com/auth/SplashScreen.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/auth/SplashScreen.tsx b/src/view/com/auth/SplashScreen.tsx
index 5e431742e..763b01dfa 100644
--- a/src/view/com/auth/SplashScreen.tsx
+++ b/src/view/com/auth/SplashScreen.tsx
@@ -87,7 +87,7 @@ export const SplashScreen = ({
             variant="solid"
             color="secondary">
             <ButtonText>
-              <Trans>Sign In</Trans>
+              <Trans>Sign in</Trans>
             </ButtonText>
           </Button>
         </View>