File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -658,8 +658,8 @@ export default {
658
658
canceled : 'Canceled' ,
659
659
posted : 'Posted' ,
660
660
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 .' ,
663
663
markAsCash : 'Mark as cash' ,
664
664
routePending : 'Route pending...' ,
665
665
receiptScanning : 'Receipt scanning...' ,
Original file line number Diff line number Diff line change @@ -652,8 +652,8 @@ export default {
652
652
canceled : 'Canceló' ,
653
653
posted : 'Contabilizado' ,
654
654
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 .' ,
657
657
markAsCash : 'Marcar como efectivo' ,
658
658
routePending : 'Ruta pendiente...' ,
659
659
receiptIssuesFound : ( count : number ) => `${ count === 1 ? 'Problema encontrado' : 'Problemas encontrados' } ` ,
You can’t perform that action at this time.
0 commit comments