diff --git a/frontend/src/locales/en/common.js b/frontend/src/locales/en/common.js index 345b38324ba..b05399c32a6 100644 --- a/frontend/src/locales/en/common.js +++ b/frontend/src/locales/en/common.js @@ -329,7 +329,7 @@ const TRANSLATIONS = { prompt: { title: "System Prompt", description: - "The prompt that will be used on this workspace. Define the context and instructions for the AI to generate a response. You should to provide a carefully crafted prompt so the AI can generate a relevant and accurate response.", + "The prompt that will be used on this workspace. Define the context and instructions for the AI to generate a response. You should provide a carefully crafted prompt so the AI can generate a relevant and accurate response.", history: { title: "System Prompt History", clearAll: "Clear All", diff --git a/frontend/src/locales/vn/common.js b/frontend/src/locales/vn/common.js index 761c6e51a37..6b095cd7814 100644 --- a/frontend/src/locales/vn/common.js +++ b/frontend/src/locales/vn/common.js @@ -223,7 +223,7 @@ const TRANSLATIONS = { prompt: { title: "Prompt", description: - "The prompt that will be used on this workspace. Define the context and instructions for the AI to generate a response. You should to provide a carefully crafted prompt so the AI can generate a relevant and accurate response.", + "Nhập vào đây prompt cho không gian làm việc này. Định nghĩa ngữ cảnh và hướng dẫn cho AI để tạo ra một phản hồi liên quan và chính xác.", history: { title: null, clearAll: null,