Skip to content

Commit d0674b3

Browse files
authored
Merge pull request #44402 from Expensify/jamesdeanexpensify-patch-7
Update en.ts
2 parents 060160e + 8c98117 commit d0674b3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/languages/en.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -658,8 +658,8 @@ export default {
658658
canceled: 'Canceled',
659659
posted: 'Posted',
660660
deleteReceipt: 'Delete receipt',
661-
pendingMatchWithCreditCard: 'Receipt pending match with credit card.',
662-
pendingMatchWithCreditCardDescription: 'Receipt pending match with credit card. Mark as cash to ignore and request payment.',
661+
pendingMatchWithCreditCard: 'Receipt pending match with card transaction',
662+
pendingMatchWithCreditCardDescription: 'Receipt pending match with card transaction. Mark as cash to cancel.',
663663
markAsCash: 'Mark as cash',
664664
routePending: 'Route pending...',
665665
receiptScanning: 'Receipt scanning...',

src/languages/es.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -652,8 +652,8 @@ export default {
652652
canceled: 'Canceló',
653653
posted: 'Contabilizado',
654654
deleteReceipt: 'Eliminar recibo',
655-
pendingMatchWithCreditCard: 'Recibo pendiente de adjuntar con la tarjeta de crédito.',
656-
pendingMatchWithCreditCardDescription: 'Recibo pendiente de adjuntar con tarjeta de crédito. Marca como efectivo para ignorar y solicitar pago.',
655+
pendingMatchWithCreditCard: 'Recibo pendiente de adjuntar con la transacción de la tarjeta',
656+
pendingMatchWithCreditCardDescription: 'Recibo pendiente de adjuntar con la transacción de la tarjeta. Márcalo como efectivo para cancelar.',
657657
markAsCash: 'Marcar como efectivo',
658658
routePending: 'Ruta pendiente...',
659659
receiptIssuesFound: (count: number) => `${count === 1 ? 'Problema encontrado' : 'Problemas encontrados'}`,

0 commit comments

Comments
 (0)