From e02e5a9a34f9cf403d5e5a6a3fd3921300df9ddc Mon Sep 17 00:00:00 2001 From: Lokesh Goel Date: Tue, 23 Jan 2024 20:52:55 +0530 Subject: [PATCH] name change from couchbase iq to capella --- package.json | 4 ++-- src/commands/iq/iqLoginhandler.ts | 4 ++-- src/reactViews/iq/pages/chatscreen/IqChat.tsx | 4 ++-- src/reactViews/iq/pages/login/Login.tsx | 2 +- src/reactViews/iq/pages/login/LoginSingleClick.tsx | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 1428d77b..68f7a74e 100644 --- a/package.json +++ b/package.json @@ -619,7 +619,7 @@ }, { "command": "vscode-couchbase.iq.logout", - "title": "Logout couchbase iQ", + "title": "Logout capella iQ", "category": "Couchbase", "icon": "$(sign-out)" }, @@ -1000,7 +1000,7 @@ }, { "id": "couchbase-iq", - "name": "Couchbase iQ (Beta)", + "name": "Capella iQ (Beta)", "type": "webview" }, { diff --git a/src/commands/iq/iqLoginhandler.ts b/src/commands/iq/iqLoginhandler.ts index d5b25c2a..8494ba4e 100644 --- a/src/commands/iq/iqLoginhandler.ts +++ b/src/commands/iq/iqLoginhandler.ts @@ -78,13 +78,13 @@ export const verifyOrganization = async (orgId: string): Promise => { if(!orgDetails.iq || orgDetails.iq.enabled === false) { return { isOrgVerified: false, - errorMessage: `Couchbase iQ is not enabled for this organization, Please enable it on cloud.couchbase.com ` + errorMessage: `Capella iQ is not enabled for this organization, Please enable it on cloud.couchbase.com` }; } if(orgDetails.iq.other.isTermsAcceptedForOrg === false) { return { isOrgVerified: false, - errorMessage: `Terms and conditions to use Couchbase iQ are not accepted for this organization, Please accept it on cloud.couchbase.com ` + errorMessage: `Terms and conditions to use Capella iQ are not accepted for this organization, Please accept it on cloud.couchbase.com` }; } return { diff --git a/src/reactViews/iq/pages/chatscreen/IqChat.tsx b/src/reactViews/iq/pages/chatscreen/IqChat.tsx index 45fe7126..f38d481c 100644 --- a/src/reactViews/iq/pages/chatscreen/IqChat.tsx +++ b/src/reactViews/iq/pages/chatscreen/IqChat.tsx @@ -50,7 +50,7 @@ const IqChat = ({ org, setIsLoading }) => { userChats: [ { message: - "Greetings, I am Couchbase iQ! Feel free to inquire about anything related to Couchbase.", + "Greetings, I am Capella iQ! Feel free to inquire about anything related to Couchbase.", sender: "assistant", msgDate: (Date.now() / 1000).toFixed(0), qaId: "firstMessage", @@ -276,7 +276,7 @@ const IqChat = ({ org, setIsLoading }) => { userChats: [ { message: - "Greetings, I am Couchbase iQ! Feel free to inquire about anything related to Couchbase.", + "Greetings, I am Capella iQ! Feel free to inquire about anything related to Couchbase.", sender: "assistant", msgDate: (Date.now() / 1000).toFixed(0), qaId: "firstMessage", diff --git a/src/reactViews/iq/pages/login/Login.tsx b/src/reactViews/iq/pages/login/Login.tsx index 2c2f7c95..7e4960f7 100644 --- a/src/reactViews/iq/pages/login/Login.tsx +++ b/src/reactViews/iq/pages/login/Login.tsx @@ -68,7 +68,7 @@ export const Login = ({ setIsLoading, logoutReason = "" }) => { return (
-

Welcome to Couchbase iQ

+

Welcome to Capella iQ

Need a productivity boost? Try chatting with Capella iQ, our LLM powered AI Chat Service. Capella iQ is a generative AI-powered diff --git a/src/reactViews/iq/pages/login/LoginSingleClick.tsx b/src/reactViews/iq/pages/login/LoginSingleClick.tsx index 13c50fd0..27422bea 100644 --- a/src/reactViews/iq/pages/login/LoginSingleClick.tsx +++ b/src/reactViews/iq/pages/login/LoginSingleClick.tsx @@ -32,7 +32,7 @@ const LoginSingleClick = ({ userId, setIsLoading, setShowPage, logoutReason = "" return (

-

Welcome to Couchbase iQ

+

Welcome to Capella iQ

Need a productivity boost? Try chatting with Capella iQ, our LLM powered AI Chat Service. Capella iQ is a generative AI-powered