···4646 <Dialog.Handle />
4747 <Dialog.ScrollableInner
4848 label={_(
4949- msg`Would you like to block this account or delete this conversation?`,
4949+ msg`Would you like to block this user and/or delete this conversation?`,
5050 )}
5151 style={[web({maxWidth: 400})]}>
5252 <DialogInner params={params} currentScreen={currentScreen} />
···177177 </Text>
178178 </View>
179179 <Toggle.Group
180180- label={_(msg`Block and/or delete this conversation`)}
180180+ label={_(msg`Block user and/or delete this conversation`)}
181181 values={actions}
182182 onChange={setActions}>
183183 <View style={[a.gap_md]}>