diff --git a/app/config/locale/en-US.json b/app/config/locale/en-US.json index c30c8a9f..e90e5d67 100644 --- a/app/config/locale/en-US.json +++ b/app/config/locale/en-US.json @@ -188,7 +188,7 @@ "fileUploadRequired": "1. Please make sure all CSV data files are uploaded before import the YAML file. If not, please go to ", "fileUploadRequired2": " first.", "exampleDownload": "2. An example for the configuration file: ", - "uploadTemplateTip": "3. Configure the Yaml file: please keep only the file name (retain the file extension) for all file paths (path, failDataPath, logPath) in the template, e.g. logPath: config.csv", + "uploadTemplateTip": "3. Configure the Yaml file: please keep only the file name (retain the file extension) for all file paths (path, logPath) in the template, e.g. logPath: config.csv", "reUpload": "Re-upload", "fileNotExist": "{name} file does not exist!", "importYaml": "Import the YAML file", diff --git a/app/config/locale/zh-CN.json b/app/config/locale/zh-CN.json index 1f8e74d0..55b1f6cb 100644 --- a/app/config/locale/zh-CN.json +++ b/app/config/locale/zh-CN.json @@ -188,7 +188,7 @@ "fileUploadRequired": "1. 请确保在导入 YAML 文件之前上传所有 CSV 数据文件。 如果没有,请先前往", "fileUploadRequired2": "数据文件", "exampleDownload": "2. 配置文件示例:", - "uploadTemplateTip": "3. 配置Yaml文件:模板中所有文件路径(path、failDataPath、logPath)请只保留文件名(保留文件扩展名),例如: 日志路径:config.csv", + "uploadTemplateTip": "3. 配置Yaml文件:模板中所有文件路径(path、logPath)请只保留文件名(保留文件扩展名),例如: 日志路径:config.csv", "reUpload": "重新上传", "fileNotExist": "文件 {name} 不存在", "importYaml": "导入 YAML 文件", diff --git a/app/pages/Import/TaskCreate/PasswordInputModal/index.tsx b/app/pages/Import/TaskCreate/PasswordInputModal/index.tsx index bbd9ccc6..a03c89bd 100644 --- a/app/pages/Import/TaskCreate/PasswordInputModal/index.tsx +++ b/app/pages/Import/TaskCreate/PasswordInputModal/index.tsx @@ -33,7 +33,7 @@ const PasswordInputModal = (props: IProps) => { onChange={e => setPassword(e.target.value)} />
-