diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-03-22 00:34:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-22 00:34:42 +0000 |
commit | 6f2dfcb5029faf4ff09d529a8bf6bfe241e31b2d (patch) | |
tree | e4342d976f3ee74a5c4fe714e23ade087ecd0ff9 /src/view/com/auth/SplashScreen.tsx | |
parent | df7f9856bbbdb05a38d7a09ba0dec875be3d3a34 (diff) | |
parent | a3eab31bda11541c4f0ec995a526436bd3a9f1cb (diff) | |
download | voidsky-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.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 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> |