tweak accessibility labels (#9347)

This commit is contained in:
surfdude29
2025-11-10 22:31:08 +00:00
committed by GitHub
parent ad91029f10
commit 1cdb105af5
+2 -2
View File
@@ -46,7 +46,7 @@ export const AfterReportDialog = memo(function BlockOrDeleteDialogInner({
<Dialog.Handle /> <Dialog.Handle />
<Dialog.ScrollableInner <Dialog.ScrollableInner
label={_( label={_(
msg`Would you like to block this account or delete this conversation?`, msg`Would you like to block this user and/or delete this conversation?`,
)} )}
style={[web({maxWidth: 400})]}> style={[web({maxWidth: 400})]}>
<DialogInner params={params} currentScreen={currentScreen} /> <DialogInner params={params} currentScreen={currentScreen} />
@@ -177,7 +177,7 @@ function DoneStep({
</Text> </Text>
</View> </View>
<Toggle.Group <Toggle.Group
label={_(msg`Block and/or delete this conversation`)} label={_(msg`Block user and/or delete this conversation`)}
values={actions} values={actions}
onChange={setActions}> onChange={setActions}>
<View style={[a.gap_md]}> <View style={[a.gap_md]}>