fix: file size limit to 15M (#431)

This commit is contained in:
Joel
2023-06-21 16:08:57 +08:00
committed by GitHub
parent 23ef2262bd
commit bb3cc6bba6
3 changed files with 5 additions and 5 deletions

View File

@@ -23,10 +23,10 @@ const translation = {
title: 'Upload text file',
button: 'Drag and drop file, or',
browse: 'Browse',
tip: 'Supports txt, html, markdown, xlsx, and pdf. Max 10MB each.',
tip: 'Supports txt, html, markdown, xlsx, and pdf. Max 15MB each.',
validation: {
typeError: 'File type not supported',
size: 'File too large. Maximum is 10MB',
size: 'File too large. Maximum is 15MB',
count: 'Multiple files not supported',
},
cancel: 'Cancel',