Browse Source

fix import data tips

Signed-off-by: nameczz <zizhao.chen@zilliz.com>
nameczz 3 years ago
parent
commit
6a6af66f32
2 changed files with 2 additions and 2 deletions
  1. 1 1
      client/src/i18n/cn/insert.ts
  2. 1 1
      client/src/i18n/en/insert.ts

+ 1 - 1
client/src/i18n/cn/insert.ts

@@ -8,7 +8,7 @@ const insertTrans = {
   noteTitle: 'Note',
   noteTitle: 'Note',
   notes: [
   notes: [
     `Make sure column names in the data are same as the field label names in Schema.`,
     `Make sure column names in the data are same as the field label names in Schema.`,
-    `Data size should be less than 5MB and the number of rows should be less than 100000, for the data to be imported properly.`,
+    `Data size should be less than 150MB and the number of rows should be less than 100000, for the data to be imported properly.`,
     `The "Import Data" option will only append new records. You cannot update existing records using this option.`,
     `The "Import Data" option will only append new records. You cannot update existing records using this option.`,
   ],
   ],
   overSizeWarning: 'File data size should less than {{size}}MB',
   overSizeWarning: 'File data size should less than {{size}}MB',

+ 1 - 1
client/src/i18n/en/insert.ts

@@ -8,7 +8,7 @@ const insertTrans = {
   noteTitle: 'Note',
   noteTitle: 'Note',
   notes: [
   notes: [
     `Make sure column names in the data are same as the field label names in Schema.`,
     `Make sure column names in the data are same as the field label names in Schema.`,
-    `Data size should be less than 5MB and the number of rows should be less than 100000, for the data to be imported properly.`,
+    `Data size should be less than 150MB and the number of rows should be less than 100000, for the data to be imported properly.`,
     `The "Import Data" option will only append new records. You cannot update existing records using this option.`,
     `The "Import Data" option will only append new records. You cannot update existing records using this option.`,
   ],
   ],
   overSizeWarning: 'File data size should less than {{size}}MB',
   overSizeWarning: 'File data size should less than {{size}}MB',