mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Changed the welcome screen text for deploy (#13086)
This commit is contained in:
@@ -66,7 +66,7 @@ export default () => `
|
|||||||
<a role="button" class="header-bottom-nav-tile-link ads-welcome-page-link" href="command:azdata.resource.deploy">
|
<a role="button" class="header-bottom-nav-tile-link ads-welcome-page-link" href="command:azdata.resource.deploy">
|
||||||
<div class="header-bottom-nav-tile tile tile-server">
|
<div class="header-bottom-nav-tile tile tile-server">
|
||||||
<h3>${escape(localize('welcomePage.deployServer', "Deploy a server"))}</h3>
|
<h3>${escape(localize('welcomePage.deployServer', "Deploy a server"))}</h3>
|
||||||
<p>${escape(localize('welcomePage.deployServerBody', "Create a new instance of SQL Server on the platform of your choice."))}</p>
|
<p>${escape(localize('welcomePage.deployServerBody', "Create a new instance of a relational data service on the platform of your choice."))}</p>
|
||||||
<div class="icon server"></div>
|
<div class="icon server"></div>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user