diff --git a/dashboard/src/i18n/locales/en-US/features/persona.json b/dashboard/src/i18n/locales/en-US/features/persona.json index 0bacd6d82..6ff936883 100644 --- a/dashboard/src/i18n/locales/en-US/features/persona.json +++ b/dashboard/src/i18n/locales/en-US/features/persona.json @@ -93,7 +93,7 @@ "messages": { "moveSuccess": "Persona moved successfully", "moveError": "Failed to move persona", - "exportSuccess": "Exported successfully" + "exportSuccess": "Exported successfully(excluding skills and tools)" } }, "folder": { diff --git a/dashboard/src/i18n/locales/zh-CN/features/persona.json b/dashboard/src/i18n/locales/zh-CN/features/persona.json index 6bb4bc5e7..b0dfa4079 100644 --- a/dashboard/src/i18n/locales/zh-CN/features/persona.json +++ b/dashboard/src/i18n/locales/zh-CN/features/persona.json @@ -93,7 +93,7 @@ "messages": { "moveSuccess": "人格移动成功", "moveError": "移动人格失败", - "exportSuccess": "导出成功" + "exportSuccess": "导出成功(不包含 Skills 和工具)" } }, "folder": {