diff --git a/web/src/i18n/en.ts b/web/src/i18n/en.ts index ccb8d1ce..bf3dffc6 100644 --- a/web/src/i18n/en.ts +++ b/web/src/i18n/en.ts @@ -1449,6 +1449,7 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re deduplication_desc: 'Deduplication and disambiguation completed, {{count}} unique entities in total' }, memoryConversation: { + chatEmpty:'Is there anything I can help you with?', searchPlaceholder: 'Input user ID...', userID: 'User ID', testMemoryConversation: 'Test Memory Conversation', diff --git a/web/src/i18n/zh.ts b/web/src/i18n/zh.ts index 6ea8b1af..2d76f474 100644 --- a/web/src/i18n/zh.ts +++ b/web/src/i18n/zh.ts @@ -1523,6 +1523,7 @@ export const zh = { deduplication_desc: '去重消歧完成,最终{{count}}个唯一实体' }, memoryConversation: { + chatEmpty:'有什么我可以帮您的吗?', searchPlaceholder: '输入用户ID...', userID: '用户ID', testMemoryConversation: '测试记忆对话', diff --git a/web/src/views/Conversation/index.tsx b/web/src/views/Conversation/index.tsx index 873cb56c..12d17cda 100644 --- a/web/src/views/Conversation/index.tsx +++ b/web/src/views/Conversation/index.tsx @@ -262,7 +262,7 @@ const Conversation: FC = () => {