Skip to content

Commit 481281d

Browse files
committed
DocumentCameraScreen copy changes
1 parent 67eb0d4 commit 481281d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/screens/documents/scanning/DocumentCameraScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const DocumentCameraScreen: React.FC = () => {
8989
</YStack>
9090

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

9595
<SecondaryButton

packages/mobile-sdk-alpha/src/flows/onboarding/document-camera-screen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export const DocumentCameraScreen = ({ onBack, onSuccess, safeAreaInsets }: Prop
7979
</XStack>
8080
</YStack>
8181

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

8484
<SecondaryButton trackEvent={PassportEvents.CAMERA_SCREEN_CLOSED} onPress={onBack ?? (() => {})}>
8585
Cancel

0 commit comments

Comments
 (0)