diff --git a/src/libs/ReceiptUtils.ts b/src/libs/ReceiptUtils.ts index c01e761a930a..ce42e39a5534 100644 --- a/src/libs/ReceiptUtils.ts +++ b/src/libs/ReceiptUtils.ts @@ -94,7 +94,7 @@ function validateReceipt(file: FileObject): Promise { return { isValid: false, title: 'attachmentPicker.attachmentTooLarge' as TranslationPaths, - reason: 'attachmentPicker.sizeExceeded' as TranslationPaths, + reason: 'attachmentPicker.sizeExceededWithLimit' as TranslationPaths, }; }