diff --git a/extensions/sql-assessment/README.md b/extensions/sql-assessment/README.md index 2538b9e28d..56bf7b91b1 100644 --- a/extensions/sql-assessment/README.md +++ b/extensions/sql-assessment/README.md @@ -1,6 +1,6 @@ -# SQL Server Assessment *(preview)* +# SQL Assessment *(preview)* -SQL Server Assessment for Azure Data Studio provides a mechanism to evaluate the configuration of SQL Server for best practices. +SQL Assessment for Azure Data Studio provides a mechanism to evaluate the configuration of SQL Server for best practices. ## Code of Conduct This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. diff --git a/extensions/sql-assessment/package.nls.json b/extensions/sql-assessment/package.nls.json index ead0f06b3d..2ee174d8a8 100644 --- a/extensions/sql-assessment/package.nls.json +++ b/extensions/sql-assessment/package.nls.json @@ -1,5 +1,5 @@ { - "displayName": "SQL Server Assessment", - "description": "SQL Server Assessment for Azure Data Studio (Preview) provides a mechanism to evaluate the configuration of SQL Server for best practices.", + "displayName": "SQL Assessment", + "description": "SQL Assessment for Azure Data Studio (Preview) provides a mechanism to evaluate the configuration of SQL Server for best practices.", "dashboard.tabName": "SQL Assessment" }