tweak accessibility labels (#9347)
This commit is contained in:
@@ -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]}>
|
||||||
|
|||||||
Reference in New Issue
Block a user