Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const DocumentCameraScreen: React.FC = () => {
</YStack>

<Additional style={styles.disclaimer}>
SELF WILL NOT CAPTURE AN IMAGE OF YOUR PASSPORT.
Self will not capture an image of your ID.
</Additional>

<SecondaryButton
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const DocumentCameraScreen = ({ onBack, onSuccess, safeAreaInsets }: Prop
</XStack>
</YStack>

<Additional style={styles.disclaimer}>SELF WILL NOT CAPTURE AN IMAGE OF YOUR PASSPORT.</Additional>
<Additional style={styles.disclaimer}>Self will not capture an image of your ID.</Additional>

<SecondaryButton trackEvent={PassportEvents.CAMERA_SCREEN_CLOSED} onPress={onBack ?? (() => {})}>
Cancel
Expand Down
Loading