···357357 accessibilityRole="button"
358358 accessibilityHint={
359359 reaction.key === 'all'
360360- ? l`Tap to show all reactions `
360360+ ? l`Tap to show all reactions`
361361 : l`Tap to show ${reaction.value} reactions`
362362 }
363363 hitSlop={HITSLOP_10}
+2-2
src/screens/Messages/ConversationSettings.tsx
···655655 label={l`Message ${displayName}`}
656656 onPress={handleMessageMember}>
657657 <Menu.ItemText>
658658- <Trans>Message</Trans>
658658+ <Trans context="action">Message</Trans>
659659 </Menu.ItemText>
660660 <Menu.ItemIcon icon={MessageIcon} />
661661 </Menu.Item>
···10841084 <Prompt.Basic
10851085 control={control}
10861086 title={l`Invite link`}
10871087- description={l`An invite link lets people join this group chat without being added directly. You control who can use the link and whether they need your approval. You can disable the link at any time. Your name, avatar, and the name of the group chat will be visible to everyone`}
10871087+ description={l`An invite link lets people join this group chat without being added directly. You control who can use the link and whether they need your approval. You can disable the link at any time. Your name, avatar, and the name of the group chat will be visible to everyone.`}
10881088 confirmButtonCta={l`Get started`}
10891089 cancelButtonCta={l`Cancel`}
10901090 onConfirm={onConfirm}