From 6a6f30523c6d2319462580a3c75dcab0e78af904 Mon Sep 17 00:00:00 2001 From: Amir Omidi Date: Tue, 29 Oct 2019 16:22:46 -0700 Subject: [PATCH] Code -> Azure Data Studio (#8099) * Change string * sql carbon edit --- src/vs/platform/update/common/update.config.contribution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/platform/update/common/update.config.contribution.ts b/src/vs/platform/update/common/update.config.contribution.ts index 2bea9f2a03..8037b03b3b 100644 --- a/src/vs/platform/update/common/update.config.contribution.ts +++ b/src/vs/platform/update/common/update.config.contribution.ts @@ -26,7 +26,7 @@ configurationRegistry.registerConfiguration({ localize('none', "Disable updates."), localize('manual', "Disable automatic background update checks. Updates will be available if you manually check for updates."), localize('start', "Check for updates only on startup. Disable automatic background update checks."), - localize('default', "Enable automatic update checks. Code will check for updates automatically and periodically.") + localize('default', "Enable automatic update checks. Azure Data Studio will check for updates automatically and periodically.") // {{SQL CARBON EDIT}} Change product name to ADS ] }, 'update.channel': {