about summary refs log tree commit diff
path: root/src/view/com/auth/SplashScreen.web.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.web.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.web.tsx')
-rw-r--r--src/view/com/auth/SplashScreen.web.tsx2
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 5361baa76..cdb72cc04 100644
--- a/src/view/com/auth/SplashScreen.web.tsx
+++ b/src/view/com/auth/SplashScreen.web.tsx
@@ -116,7 +116,7 @@ export const SplashScreen = ({
                 variant="solid"
                 color="secondary">
                 <ButtonText>
-                  <Trans>Sign In</Trans>
+                  <Trans>Sign in</Trans>
                 </ButtonText>
               </Button>
             </View>