diff options
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> |