Skip to content

Commit

Permalink
small edit in the validateReceipt function
Browse files Browse the repository at this point in the history
  • Loading branch information
abzokhattab committed Jan 11, 2025
1 parent 4322802 commit 75d0171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/ReceiptUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function validateReceipt(file: FileObject): Promise<ValidateReceiptResult> {
return {
isValid: false,
title: 'attachmentPicker.attachmentTooLarge' as TranslationPaths,
reason: 'attachmentPicker.sizeExceeded' as TranslationPaths,
reason: 'attachmentPicker.sizeExceededWithLimit' as TranslationPaths,
};
}

Expand Down

0 comments on commit 75d0171

Please sign in to comment.