Commit ea1ccaf0 authored by Joel's avatar Joel

fix: file size tip

parent 93c38f00
...@@ -26,7 +26,7 @@ const translation = { ...@@ -26,7 +26,7 @@ const translation = {
tip: 'Supports txt, html, markdown, xlsx, and pdf. Max 10MB each.', tip: 'Supports txt, html, markdown, xlsx, and pdf. Max 10MB each.',
validation: { validation: {
typeError: 'File type not supported', typeError: 'File type not supported',
size: 'File too large. Maximum is 15MB', size: 'File too large. Maximum is 10MB',
count: 'Multiple files not supported', count: 'Multiple files not supported',
}, },
cancel: 'Cancel', cancel: 'Cancel',
......
...@@ -26,7 +26,7 @@ const translation = { ...@@ -26,7 +26,7 @@ const translation = {
tip: '已支持 TXT、 HTML、 Markdown、 PDF、 XLSX,每个文件不超过 10 MB。', tip: '已支持 TXT、 HTML、 Markdown、 PDF、 XLSX,每个文件不超过 10 MB。',
validation: { validation: {
typeError: '文件类型不支持', typeError: '文件类型不支持',
size: '文件太大了,不能超过 15MB', size: '文件太大了,不能超过 10MB',
count: '暂不支持多个文件', count: '暂不支持多个文件',
}, },
cancel: '取消', cancel: '取消',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment