Skip to content

Commit

Permalink
Merge pull request #28655 from Expensify/andrew-permissions-copy
Browse files Browse the repository at this point in the history
Use `Continue` for button copy for camera permissions
  • Loading branch information
Julesssss authored Oct 3, 2023
2 parents d913865 + b3a06e8 commit c7ffdc2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,6 @@ export default {
dragReceiptAfterEmail: ' or choose a file to upload below.',
chooseReceipt: 'Choose a receipt to upload or forward a receipt to ',
chooseFile: 'Choose file',
givePermission: 'Give permission',
takePhoto: 'Take a photo',
cameraAccess: 'Camera access is required to take pictures of receipts.',
cameraErrorTitle: 'Camera Error',
Expand Down
1 change: 0 additions & 1 deletion src/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,6 @@ export default {
dragReceiptAfterEmail: ' o elije un archivo para subir a continuación.',
chooseReceipt: 'Elige un recibo para subir o reenvía un recibo a ',
chooseFile: 'Elegir archivo',
givePermission: 'Permitir',
takePhoto: 'Haz una foto',
cameraAccess: 'Se requiere acceso a la cámara para hacer fotos de los recibos.',
cameraErrorTitle: 'Error en la cámara',
Expand Down
4 changes: 2 additions & 2 deletions src/pages/iou/ReceiptSelector/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ function ReceiptSelector({route, report, iou, transactionID, isInTabNavigator})
<Button
medium
success
text={translate('receipt.givePermission')}
accessibilityLabel={translate('receipt.givePermission')}
text={translate('common.continue')}
accessibilityLabel={translate('common.continue')}
style={[styles.p9, styles.pt5]}
onPress={askForPermissions}
/>
Expand Down

0 comments on commit c7ffdc2

Please sign in to comment.