From 09713657b32cf87127dc8aaead8961f8400c7ced Mon Sep 17 00:00:00 2001 From: vansh2408 Date: Wed, 1 Oct 2025 08:53:52 +0530 Subject: [PATCH 1/2] fix(uiux): correct typo in System Prompt description text --- frontend/src/locales/en/common.js | 2 +- frontend/src/locales/vn/common.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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..dbbe54fee01 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.", + "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: null, clearAll: null, From 20d24a3ce638c529f562084e95fe5d5dd793a1f5 Mon Sep 17 00:00:00 2001 From: timothycarambat Date: Wed, 1 Oct 2025 09:21:19 -0700 Subject: [PATCH 2/2] translate --- frontend/src/locales/vn/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/locales/vn/common.js b/frontend/src/locales/vn/common.js index dbbe54fee01..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 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,