Change deploy string from connections viewlet/welcome page (#8646)

* Change deploy string from connections viewlet

* Also change welcome page
This commit is contained in:
Chris LaFreniere
2019-12-12 10:25:22 -08:00
committed by GitHub
parent 86da9852ca
commit d1c594cfd0
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ export default () => `
<div class="section deploy">
<h2 class="caption">${escape(localize('welcomePage.deploy', "Deploy"))}</h2>
<ul>
<li><a href="command:azdata.resource.deploy">${escape(localize('welcomePage.DeploySQLServer', "Deploy SQL Server…"))}</a></li>
<li><a href="command:azdata.resource.deploy">${escape(localize('welcomePage.newDeployment', "New Deployment…"))}</a></li>
</ul>
</div>
<div class="section recent">