From 0209b55ea2583e55c4fee756b547bd282db26327 Mon Sep 17 00:00:00 2001 From: Sakshi Sharma <57200045+SakshiS-harma@users.noreply.github.com> Date: Mon, 15 Mar 2021 11:48:27 -0700 Subject: [PATCH] Change no workspace content text (#14726) * Change no workspace content text * Address comment --- extensions/data-workspace/package.nls.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/data-workspace/package.nls.json b/extensions/data-workspace/package.nls.json index 930c62a15e..436821ed13 100644 --- a/extensions/data-workspace/package.nls.json +++ b/extensions/data-workspace/package.nls.json @@ -7,8 +7,8 @@ "refresh-workspace-command": "Refresh", "close-workspace-command": "Close Workspace", "remove-project-command": "Remove Project", - "projects-view-no-workspace-content": "No workspace open, create new or open existing to get started.\n[Create new](command:projects.new)\n[Open existing](command:projects.openExisting)\nTo learn more about SQL Database projects [read our docs](https://aka.ms/azuredatastudio-sqlprojects).", - "projects-view-no-project-content": "No projects found in current workspace.\n[Create new](command:projects.new)\n[Open existing](command:projects.openExisting)\nTo learn more about SQL Database projects [read our docs](https://aka.ms/azuredatastudio-sqlprojects).\n", + "projects-view-no-workspace-content": "Create new or open existing to get started.\n[Create new](command:projects.new)\n[Open existing](command:projects.openExisting)\nTo learn more about projects [read our docs](https://aka.ms/azuredatastudio-projects).", + "projects-view-no-project-content": "No projects open in current workspace.\n[Create new](command:projects.new)\n[Open existing](command:projects.openExisting)\nTo learn more about projects [read our docs](https://aka.ms/azuredatastudio-projects).\n", "open-existing-command": "Open existing", "projects.defaultProjectSaveLocation": "Full path to folder where new projects are saved by default.", "projects.showNotAddedProjectsInWorkspacePrompt": "Always show information message when the current workspace folders contain projects that have not been added to the workspace's projects."