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

@@ -136,7 +136,7 @@ describe("CommandBarComponentButtonFactory tests", () => {
describe("Open Postgres and vCore Mongo buttons", () => {
const openPostgresShellButtonLabel = "Open PSQL shell";
const openVCoreMongoShellButtonLabel = "Open MongoDB (vCore) shell";
const openVCoreMongoShellButtonLabel = "Open MongoDB (DocumentDB) shell";
beforeAll(() => {
mockExplorer = {} as Explorer;

View File

@@ -450,7 +450,7 @@ function createOpenTerminalButtonByKind(
case ViewModels.TerminalKind.Postgres:
return "PSQL";
case ViewModels.TerminalKind.VCoreMongo:
return "MongoDB (vCore)";
return "MongoDB (DocumentDB)";
default:
return "";
}