diff --git a/packages/legacy/core/App/components/misc/EmptyListContacts.tsx b/packages/legacy/core/App/components/misc/EmptyListContacts.tsx index d0e3c8fea..eef08f255 100644 --- a/packages/legacy/core/App/components/misc/EmptyListContacts.tsx +++ b/packages/legacy/core/App/components/misc/EmptyListContacts.tsx @@ -42,7 +42,9 @@ const EmptyListContacts: React.FC = ({ navigation }) => { return ( - {t('Contacts.EmptyList')} + + {t('Contacts.EmptyList')} + {t('Contacts.PeopleAndOrganizations')} diff --git a/packages/legacy/core/App/components/modals/AppGuideModal.tsx b/packages/legacy/core/App/components/modals/AppGuideModal.tsx index aeb08c0d9..cbccf4f26 100644 --- a/packages/legacy/core/App/components/modals/AppGuideModal.tsx +++ b/packages/legacy/core/App/components/modals/AppGuideModal.tsx @@ -84,7 +84,7 @@ const AppGuideModal: React.FC = ({ - + {title} diff --git a/packages/legacy/core/App/components/modals/CameraDisclosureModal.tsx b/packages/legacy/core/App/components/modals/CameraDisclosureModal.tsx index 71da3378c..2a8ac3465 100644 --- a/packages/legacy/core/App/components/modals/CameraDisclosureModal.tsx +++ b/packages/legacy/core/App/components/modals/CameraDisclosureModal.tsx @@ -80,7 +80,7 @@ const CameraDisclosureModal: React.FC = ({ requestCa )} - + {t('CameraDisclosure.AllowCameraUse')} {t('CameraDisclosure.CameraDisclosure')} diff --git a/packages/legacy/core/App/components/tour/TourBox.tsx b/packages/legacy/core/App/components/tour/TourBox.tsx index 083394300..0ddd08f69 100644 --- a/packages/legacy/core/App/components/tour/TourBox.tsx +++ b/packages/legacy/core/App/components/tour/TourBox.tsx @@ -179,7 +179,12 @@ export function TourBox(props: TourBoxProps): ReactElement { > - + {title} diff --git a/packages/legacy/core/App/screens/Tours.tsx b/packages/legacy/core/App/screens/Tours.tsx index 7e8e89630..3328b20c6 100644 --- a/packages/legacy/core/App/screens/Tours.tsx +++ b/packages/legacy/core/App/screens/Tours.tsx @@ -61,7 +61,9 @@ const Tours: React.FC = () => { const { value, bool }: Option = option return ( - {value} + + {value} + = ({ navigation }) => { }) const goToContactList = () => { - navigation - .getParent() - ?.navigate(Stacks.ContactStack, { screen: Screens.Contacts }) + navigation.getParent()?.navigate(Stacks.ContactStack, { screen: Screens.Contacts }) } const bulletPoints = [ @@ -59,7 +57,9 @@ const WhatAreContacts: React.FC = ({ navigation }) => { automaticallyAdjustContentInsets={false} showsHorizontalScrollIndicator={false} > - {t('WhatAreContacts.Title')} + + {t('WhatAreContacts.Title')} + {t('WhatAreContacts.Preamble')} {bulletPoints} diff --git a/packages/legacy/core/__tests__/components/__snapshots__/TourBox.test.tsx.snap b/packages/legacy/core/__tests__/components/__snapshots__/TourBox.test.tsx.snap index a0970ccd6..5b0324bae 100644 --- a/packages/legacy/core/__tests__/components/__snapshots__/TourBox.test.tsx.snap +++ b/packages/legacy/core/__tests__/components/__snapshots__/TourBox.test.tsx.snap @@ -32,6 +32,7 @@ exports[`TourBox Component Renders properly with defaults 1`] = ` } >