From 6e317fe753dfc04e97a467bcce768ac90328bf84 Mon Sep 17 00:00:00 2001 From: James Dean <james@expensify.com> Date: Tue, 7 May 2024 12:48:16 -0400 Subject: [PATCH 1/6] Update en.ts minor copy updates --- src/languages/en.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/languages/en.ts b/src/languages/en.ts index b5902b243d38..060ca58e3f3c 100755 --- a/src/languages/en.ts +++ b/src/languages/en.ts @@ -741,8 +741,8 @@ export default { reason: 'Reason', holdReasonRequired: 'A reason is required when holding.', expenseOnHold: 'This expense was put on hold. Review the comments for next steps.', - confirmApprove: 'Confirm what to approve', - confirmApprovalAmount: 'Approve the entire report total or only the amount not on hold.', + confirmApprove: 'Confirm approval amount', + confirmApprovalAmount: 'Approve what's not held up, or approve the entire report.', confirmPay: 'Confirm what to pay', confirmPayAmount: 'Pay all out-of-pocket spend or only the amount not on hold.', payOnly: 'Pay only', From f4f82c57463d674974742cfb6549b3a4cd026fb5 Mon Sep 17 00:00:00 2001 From: James Dean <james@expensify.com> Date: Tue, 7 May 2024 13:35:40 -0400 Subject: [PATCH 2/6] Update es.ts --- src/languages/es.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/languages/es.ts b/src/languages/es.ts index d71a95329928..e68d2a19b646 100644 --- a/src/languages/es.ts +++ b/src/languages/es.ts @@ -735,8 +735,8 @@ export default { reason: 'Razón', holdReasonRequired: 'Se requiere una razón para bloquear.', expenseOnHold: 'Este gasto está bloqueado. Revisa los comentarios para saber como proceder.', - confirmApprove: 'Confirma que quieres aprobar', - confirmApprovalAmount: 'Aprobar el total o solo la parte no bloqueada.', + confirmApprove: 'Confirmar importe a aprobar', + confirmApprovalAmount: 'Aprueba lo que no está bloqueado, o aprueba todo el informe.', confirmPay: 'Confirma que quieres pagar', confirmPayAmount: 'Pagar todos los gastos por cuenta propia o solo el monto no bloqueado.', payOnly: 'Solo pagar', From 58937aab6dc1210a9c3979a88a1cce7fbb668694 Mon Sep 17 00:00:00 2001 From: James Dean <james@expensify.com> Date: Tue, 14 May 2024 12:10:59 -0700 Subject: [PATCH 3/6] Update en.ts --- src/languages/en.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/languages/en.ts b/src/languages/en.ts index 060ca58e3f3c..ac09f7e034bb 100755 --- a/src/languages/en.ts +++ b/src/languages/en.ts @@ -742,7 +742,7 @@ export default { holdReasonRequired: 'A reason is required when holding.', expenseOnHold: 'This expense was put on hold. Review the comments for next steps.', confirmApprove: 'Confirm approval amount', - confirmApprovalAmount: 'Approve what's not held up, or approve the entire report.', + confirmApprovalAmount: "Approve what's not held up, or approve the entire report.", confirmPay: 'Confirm what to pay', confirmPayAmount: 'Pay all out-of-pocket spend or only the amount not on hold.', payOnly: 'Pay only', From 1b6b3db29272f6dcb18ace583072859142e55983 Mon Sep 17 00:00:00 2001 From: James Dean <james@expensify.com> Date: Tue, 14 May 2024 12:38:16 -0700 Subject: [PATCH 4/6] Update en.ts --- src/languages/en.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/languages/en.ts b/src/languages/en.ts index ac09f7e034bb..4680ff7fb602 100755 --- a/src/languages/en.ts +++ b/src/languages/en.ts @@ -742,9 +742,9 @@ export default { holdReasonRequired: 'A reason is required when holding.', expenseOnHold: 'This expense was put on hold. Review the comments for next steps.', confirmApprove: 'Confirm approval amount', - confirmApprovalAmount: "Approve what's not held up, or approve the entire report.", - confirmPay: 'Confirm what to pay', - confirmPayAmount: 'Pay all out-of-pocket spend or only the amount not on hold.', + confirmApprovalAmount: "Approve what's not on hold, or approve the entire report.", + confirmPay: 'Confirm payment amount', + confirmPayAmount: 'Pay what's not on hold, or pay all out-of-pocket spend.', payOnly: 'Pay only', approveOnly: 'Approve only', holdEducationalTitle: 'This expense is on', From 54e971c7736adf7346c3f4878ed2cbb1211825be Mon Sep 17 00:00:00 2001 From: James Dean <james@expensify.com> Date: Tue, 14 May 2024 12:38:46 -0700 Subject: [PATCH 5/6] Update en.ts --- src/languages/en.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/languages/en.ts b/src/languages/en.ts index 4680ff7fb602..d53990e12600 100755 --- a/src/languages/en.ts +++ b/src/languages/en.ts @@ -744,7 +744,7 @@ export default { confirmApprove: 'Confirm approval amount', confirmApprovalAmount: "Approve what's not on hold, or approve the entire report.", confirmPay: 'Confirm payment amount', - confirmPayAmount: 'Pay what's not on hold, or pay all out-of-pocket spend.', + confirmPayAmount: "Pay what's not on hold, or pay all out-of-pocket spend.", payOnly: 'Pay only', approveOnly: 'Approve only', holdEducationalTitle: 'This expense is on', From c4f388a457321821e26dcb61dcc741e834174d59 Mon Sep 17 00:00:00 2001 From: James Dean <james@expensify.com> Date: Tue, 14 May 2024 13:51:20 -0700 Subject: [PATCH 6/6] Update es.ts --- src/languages/es.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/languages/es.ts b/src/languages/es.ts index e68d2a19b646..505c3f78e6bb 100644 --- a/src/languages/es.ts +++ b/src/languages/es.ts @@ -737,8 +737,8 @@ export default { expenseOnHold: 'Este gasto está bloqueado. Revisa los comentarios para saber como proceder.', confirmApprove: 'Confirmar importe a aprobar', confirmApprovalAmount: 'Aprueba lo que no está bloqueado, o aprueba todo el informe.', - confirmPay: 'Confirma que quieres pagar', - confirmPayAmount: 'Pagar todos los gastos por cuenta propia o solo el monto no bloqueado.', + confirmPay: 'Confirmar importe de pago', + confirmPayAmount: 'Paga lo que no está bloqueado, o paga todos los gastos por cuenta propia.', payOnly: 'Solo pagar', approveOnly: 'Solo aprobar', hold: 'Bloqueada',