Skip to content

Commit 550ea38

Browse files
committed
update copy
1 parent fd4abd8 commit 550ea38

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/src/screens/passport/PassportCameraTroubleScreen.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ const { flush: flushAnalytics } = analytics();
1919
const tips: TipProps[] = [
2020
{
2121
title: 'Use Good Lighting',
22-
body: 'Try scanning in a well-lit area to reduce glare or shadows on the passport page.',
22+
body: 'Try scanning in a well-lit area to reduce glare or shadows on the ID page.',
2323
icon: <PassportCameraBulb width={28} height={28} />,
2424
},
2525
{
2626
title: 'Lay It Flat',
27-
body: 'Place your passport on a stable, flat surface to keep the ID page smooth and fully visible.',
27+
body: 'Place your ID on a stable, flat surface to keep the ID page smooth and fully visible.',
2828
icon: <Star width={28} height={28} />,
2929
},
3030
{
@@ -39,7 +39,7 @@ const tips: TipProps[] = [
3939
},
4040
{
4141
title: 'Avoid Reflections',
42-
body: 'Slightly tilt the passport or your phone if bright lights create glare on the page.',
42+
body: 'Slightly tilt the ID or your phone if bright lights create glare on the page.',
4343
icon: <PassportCameraScan width={28} height={28} />,
4444
},
4545
];

app/src/screens/recovery/AccountRecoveryChoiceScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const AccountRecoveryChoiceScreen: React.FC<
6666
console.log('User is registered:', isRegistered);
6767
if (!isRegistered) {
6868
console.log(
69-
'Secret provided did not match a registered passport. Please try again.',
69+
'Secret provided did not match a registered ID. Please try again.',
7070
);
7171
trackEvent(BackupEvents.CLOUD_RESTORE_FAILED_PASSPORT_NOT_REGISTERED);
7272
navigation.navigate('Launch');

0 commit comments

Comments
 (0)