Bluesky app fork with some witchin' additions 💫

tweak accessibility labels (#9347)

authored by

surfdude29 and committed by
GitHub
1cdb105a ad91029f

+2 -2
+2 -2
src/components/dms/AfterReportDialog.tsx
··· 46 46 <Dialog.Handle /> 47 47 <Dialog.ScrollableInner 48 48 label={_( 49 - msg`Would you like to block this account or delete this conversation?`, 49 + msg`Would you like to block this user and/or delete this conversation?`, 50 50 )} 51 51 style={[web({maxWidth: 400})]}> 52 52 <DialogInner params={params} currentScreen={currentScreen} /> ··· 177 177 </Text> 178 178 </View> 179 179 <Toggle.Group 180 - label={_(msg`Block and/or delete this conversation`)} 180 + label={_(msg`Block user and/or delete this conversation`)} 181 181 values={actions} 182 182 onChange={setActions}> 183 183 <View style={[a.gap_md]}>