Skip to content

Commit 869e10d

Browse files
Merge pull request #59195 from nyomanjyotisa/issue-58809
Update Unapprove warning for exported transactions
2 parents 82058c2 + 08cfd8b commit 869e10d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/languages/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ const translations = {
11361136
unapproveReport: 'Unapprove report',
11371137
headsUp: 'Heads up!',
11381138
unapproveWithIntegrationWarning: ({accountingIntegration}: UnapproveWithIntegrationWarningParams) =>
1139-
`This report has already been exported to ${accountingIntegration}. Changes to this report in Expensify may lead to data discrepancies and Expensify Card reconciliation issues. Are you sure you want to unapprove this report?`,
1139+
`This report has already been exported to ${accountingIntegration}. Changing it may lead to data discrepancies. Are you sure you want to unapprove this report?`,
11401140
reimbursable: 'reimbursable',
11411141
nonReimbursable: 'non-reimbursable',
11421142
bookingPending: 'This booking is pending',

src/languages/es.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@ const translations = {
11341134
unapproveReport: 'Anular la aprobación del informe',
11351135
headsUp: 'Atención!',
11361136
unapproveWithIntegrationWarning: ({accountingIntegration}: UnapproveWithIntegrationWarningParams) =>
1137-
`Este informe ya se ha exportado a ${accountingIntegration}. Los cambios realizados en este informe en Expensify pueden provocar discrepancias en los datos y problemas de conciliación de la tarjeta Expensify. ¿Está seguro de que desea anular la aprobación de este informe?`,
1137+
`Este informe ya se ha exportado a ${accountingIntegration}. Modificarlo puede provocar discrepancias en los datos. ¿Estás seguro de que deseas cancelar la aprobación de este informe?`,
11381138
reimbursable: 'reembolsable',
11391139
nonReimbursable: 'no reembolsable',
11401140
bookingPending: 'Esta reserva está pendiente',

0 commit comments

Comments
 (0)