diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/components/dialogs/MutedWords.tsx | 2 | ||||
-rw-r--r-- | src/screens/Login/LoginForm.tsx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/components/dialogs/MutedWords.tsx b/src/components/dialogs/MutedWords.tsx index 81a614103..666b93068 100644 --- a/src/components/dialogs/MutedWords.tsx +++ b/src/components/dialogs/MutedWords.tsx @@ -318,7 +318,7 @@ function MutedWordsInner() { <View style={[a.pt_xs]}> <Button disabled={isPending || !field} - label={_(msg`Add mute word for configured settings`)} + label={_(msg`Add mute word with chosen settings`)} size="large" color="primary" variant="solid" 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" |