diff options
Diffstat (limited to 'src/screens')
-rw-r--r-- | src/screens/Login/LoginForm.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Login/LoginForm.tsx b/src/screens/Login/LoginForm.tsx index c258b24d8..3cbe4ae63 100644 --- a/src/screens/Login/LoginForm.tsx +++ b/src/screens/Login/LoginForm.tsx @@ -321,7 +321,7 @@ export const LoginForm = ({ <Button testID="loginRetryButton" label={_(msg`Retry`)} - accessibilityHint={_(msg`Retries sign in`)} + accessibilityHint={_(msg`Retries signing in`)} variant="solid" color="secondary" size="large" |