Updated document dB text changes (#2223)

* updated documentdb text changes

* updated documentdb text changes

* updated shall value

---------

Co-authored-by: Sakshi Gupta <sakshig@microsoft.com>
This commit is contained in:
sakshigupta12feb
2025-11-05 11:49:17 +05:30
committed by GitHub
parent 08f55ded3d
commit 3718f5a16a
5 changed files with 10 additions and 10 deletions

View File

@@ -273,7 +273,7 @@ export class SplashScreen extends React.Component<SplashScreenProps> {
subtitle = "Get started with our sample datasets, documentation, and additional tools.";
break;
case "VCoreMongo":
title = "Welcome to Azure Cosmos DB for MongoDB (vCore)";
title = "Welcome to Azure DocumentDB (with MongoDB compatibility)";
subtitle = "Get started with our sample datasets, documentation, and additional tools.";
break;
default:
@@ -456,7 +456,7 @@ export class SplashScreen extends React.Component<SplashScreenProps> {
if (userContext.apiType === "VCoreMongo") {
icon = VisualStudioIcon;
title = "Connect with VS Code";
description = "Query and Manage your MongoDB cluster in Visual Studio Code";
description = "Query and Manage your MongoDB and DocumentDB clusters in Visual Studio Code";
onClick = () => this.container.openInVsCode();
}