Skip to content

Commit

Permalink
Use generic error message
Browse files Browse the repository at this point in the history
  • Loading branch information
paultsimura committed Apr 5, 2024
1 parent 08c7dfb commit 0a79c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/IOU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@ function buildOnyxDataForTrackExpense(
errors: getReceiptError(transaction.receipt, transaction.filename || transaction.receipt?.filename, isScanRequest),
},
[iouAction.reportActionID]: {
errors: ErrorUtils.getMicroSecondOnyxError(null),
errors: ErrorUtils.getMicroSecondOnyxError('iou.error.genericCreateFailureMessage'),
},
}
: {
Expand Down

0 comments on commit 0a79c0d

Please sign in to comment.