Tweak accessibility strings (#7822)
This commit is contained in:
@@ -318,7 +318,7 @@ function MutedWordsInner() {
|
|||||||
<View style={[a.pt_xs]}>
|
<View style={[a.pt_xs]}>
|
||||||
<Button
|
<Button
|
||||||
disabled={isPending || !field}
|
disabled={isPending || !field}
|
||||||
label={_(msg`Add mute word for configured settings`)}
|
label={_(msg`Add mute word with chosen settings`)}
|
||||||
size="large"
|
size="large"
|
||||||
color="primary"
|
color="primary"
|
||||||
variant="solid"
|
variant="solid"
|
||||||
|
|||||||
@@ -321,7 +321,7 @@ export const LoginForm = ({
|
|||||||
<Button
|
<Button
|
||||||
testID="loginRetryButton"
|
testID="loginRetryButton"
|
||||||
label={_(msg`Retry`)}
|
label={_(msg`Retry`)}
|
||||||
accessibilityHint={_(msg`Retries sign in`)}
|
accessibilityHint={_(msg`Retries signing in`)}
|
||||||
variant="solid"
|
variant="solid"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
size="large"
|
size="large"
|
||||||
|
|||||||
Reference in New Issue
Block a user