Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Tweak accessibility strings (#7822)

authored by

surfdude29 and committed by
GitHub
9c739912 c4dec639

+2 -2
+1 -1
src/components/dialogs/MutedWords.tsx
··· 318 318 <View style={[a.pt_xs]}> 319 319 <Button 320 320 disabled={isPending || !field} 321 - label={_(msg`Add mute word for configured settings`)} 321 + label={_(msg`Add mute word with chosen settings`)} 322 322 size="large" 323 323 color="primary" 324 324 variant="solid"
+1 -1
src/screens/Login/LoginForm.tsx
··· 321 321 <Button 322 322 testID="loginRetryButton" 323 323 label={_(msg`Retry`)} 324 - accessibilityHint={_(msg`Retries sign in`)} 324 + accessibilityHint={_(msg`Retries signing in`)} 325 325 variant="solid" 326 326 color="secondary" 327 327 size="large"