diff --git a/web/i18n/en-US/workflow.json b/web/i18n/en-US/workflow.json index 50b37e7db06..2a06a14d709 100644 --- a/web/i18n/en-US/workflow.json +++ b/web/i18n/en-US/workflow.json @@ -1232,7 +1232,7 @@ "skill.startTab.createModal.namePlaceholder": "Enter skill name", "skill.startTab.createModal.title": "Create Blank Skill", "skill.startTab.createSuccess": "Skill \"{{name}}\" created successfully", - "skill.startTab.fileExplorerIntro": "Manage uploaded files and folders here. In the Agent node's Prompt editor, select any uploaded file or folder and type @ to reference it.", + "skill.startTab.fileExplorerIntro": "Manage uploaded files and folders here. In the Agent node's Prompt editor, type @ to select and reference any uploaded file or folder.", "skill.startTab.filesIncluded": "{{count}} files included", "skill.startTab.importModal.browseFiles": "Browse Files", "skill.startTab.importModal.changeFile": "Change File", diff --git a/web/i18n/zh-Hans/workflow.json b/web/i18n/zh-Hans/workflow.json index 1508a852824..a4c2ef74240 100644 --- a/web/i18n/zh-Hans/workflow.json +++ b/web/i18n/zh-Hans/workflow.json @@ -1230,7 +1230,7 @@ "skill.startTab.createModal.namePlaceholder": "输入 Skill 名称", "skill.startTab.createModal.title": "创建空白 Skill", "skill.startTab.createSuccess": "Skill \"{{name}}\" 创建成功", - "skill.startTab.fileExplorerIntro": "在此管理已上传的文件与目录。在 Agent 节点的 Prompt 编辑器中,可选择任意已上传的文件或目录,输入 @ 即可调用。", + "skill.startTab.fileExplorerIntro": "在此管理已上传的文件与目录。在 Agent 节点的 Prompt 编辑器中,输入 @,即可引用任意已上传的文件或文件夹。", "skill.startTab.filesIncluded": "包含 {{count}} 个文件", "skill.startTab.importModal.browseFiles": "浏览文件", "skill.startTab.importModal.changeFile": "更换文件",