From 007a6fd14abf203f3406388b2b62cb634c34940c Mon Sep 17 00:00:00 2001 From: Joel Date: Mon, 9 Sep 2024 15:24:50 +0800 Subject: [PATCH] chore: other file types placeholder add + --- web/i18n/en-US/app-debug.ts | 2 +- web/i18n/zh-Hans/app-debug.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/i18n/en-US/app-debug.ts b/web/i18n/en-US/app-debug.ts index e8569324be..ffae42a5c9 100644 --- a/web/i18n/en-US/app-debug.ts +++ b/web/i18n/en-US/app-debug.ts @@ -354,7 +354,7 @@ const translation = { custom: { name: 'Other file types', description: 'Specify other file types.', - createPlaceholder: 'File extension, e.g .doc', + createPlaceholder: '+ File extension, e.g .doc', }, }, 'maxNumberOfUploads': 'Max number of uploads', diff --git a/web/i18n/zh-Hans/app-debug.ts b/web/i18n/zh-Hans/app-debug.ts index 1bc27ef549..a64150befa 100644 --- a/web/i18n/zh-Hans/app-debug.ts +++ b/web/i18n/zh-Hans/app-debug.ts @@ -350,7 +350,7 @@ const translation = { custom: { name: '其他文件类型', description: '指定其他文件类型', - createPlaceholder: '文件扩展名,例如 .doc', + createPlaceholder: '+ 文件扩展名,例如 .doc', }, }, 'content': '内容',