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)",