From 75d0171171ab0407b5130e5f57bcb7ed3d5ff5c2 Mon Sep 17 00:00:00 2001 From: abzokhattab Date: Sat, 11 Jan 2025 20:07:34 +0100 Subject: [PATCH] small edit in the validateReceipt function --- src/libs/ReceiptUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }; }