From c310fe2f7675ecfcaa280a2f7f173ea999d31a4e Mon Sep 17 00:00:00 2001 From: Tanmay Deep Sharma Date: Wed, 6 Aug 2025 13:33:06 +0530 Subject: [PATCH] update the helper text to 20 MB --- app/javascript/dashboard/i18n/locale/en/integrations.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/dashboard/i18n/locale/en/integrations.json b/app/javascript/dashboard/i18n/locale/en/integrations.json index 6601256a5..0564b7b8a 100644 --- a/app/javascript/dashboard/i18n/locale/en/integrations.json +++ b/app/javascript/dashboard/i18n/locale/en/integrations.json @@ -714,9 +714,9 @@ "LABEL": "PDF File", "CHOOSE_FILE": "Choose PDF file", "ERROR": "Please select a PDF file", - "HELP_TEXT": "Maximum file size: 512MB", + "HELP_TEXT": "Maximum file size: 20MB", "INVALID_TYPE": "Please select a valid PDF file", - "TOO_LARGE": "File size exceeds 512MB limit" + "TOO_LARGE": "File size exceeds 20MB limit" }, "NAME": { "LABEL": "Document Name (Optional)",