Changing the user visible command name for deploy (#10770)

* Changing the user visible command name for deploy

* Change to restart PR build
This commit is contained in:
Udeesha Gautam
2020-06-05 15:31:11 -07:00
committed by GitHub
parent d62bb1e9fc
commit 919275dadc
2 changed files with 5 additions and 6 deletions

View File

@@ -2,12 +2,12 @@
"title.projectsView": "Projects",
"sqlDatabaseProjects.displayName": "Database Projects",
"sqlDatabaseProjects.description": "Design and deploy SQL database schemas",
"sqlDatabaseProjects.description": "Design and publish SQL database schemas",
"sqlDatabaseProjects.new": "New Database Project",
"sqlDatabaseProjects.open": "Open Database Project",
"sqlDatabaseProjects.close": "Close Database Project",
"sqlDatabaseProjects.build": "Build",
"sqlDatabaseProjects.deploy": "Deploy",
"sqlDatabaseProjects.deploy": "Publish",
"sqlDatabaseProjects.import": "Import",
"sqlDatabaseProjects.properties": "Properties",
"sqlDatabaseProjects.schemaCompare": "Schema Compare",