From 639bd5a5508a78415be0a644683faa1468ed1cb8 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Mon, 3 Jun 2019 14:31:24 -0700 Subject: [PATCH] Fix typo in setting description (#5837) --- extensions/cms/package.nls.json | 2 +- extensions/mssql/package.nls.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/cms/package.nls.json b/extensions/cms/package.nls.json index 67840da59e..3705851e3a 100644 --- a/extensions/cms/package.nls.json +++ b/extensions/cms/package.nls.json @@ -70,7 +70,7 @@ "cms.connectionOptions.columnEncryptionSetting.displayName": "Column encryption", "cms.connectionOptions.columnEncryptionSetting.description": "Default column encryption setting for all the commands on the connection", "cms.connectionOptions.encrypt.displayName": "Encrypt", - "cms.connectionOptions.encrypt.description": "When true, SQL Server uses SSL encryption for all data sent between the client and server if the servers has a certificate installed", + "cms.connectionOptions.encrypt.description": "When true, SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed", "cms.connectionOptions.persistSecurityInfo.displayName": "Persist security info", "cms.connectionOptions.persistSecurityInfo.description": "When false, security-sensitive information, such as the password, is not returned as part of the connection", "cms.connectionOptions.trustServerCertificate.displayName": "Trust server certificate", diff --git a/extensions/mssql/package.nls.json b/extensions/mssql/package.nls.json index cf22c45790..be3b10400b 100644 --- a/extensions/mssql/package.nls.json +++ b/extensions/mssql/package.nls.json @@ -88,7 +88,7 @@ "mssql.connectionOptions.columnEncryptionSetting.displayName": "Column encryption", "mssql.connectionOptions.columnEncryptionSetting.description": "Default column encryption setting for all the commands on the connection", "mssql.connectionOptions.encrypt.displayName": "Encrypt", - "mssql.connectionOptions.encrypt.description": "When true, SQL Server uses SSL encryption for all data sent between the client and server if the servers has a certificate installed", + "mssql.connectionOptions.encrypt.description": "When true, SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed", "mssql.connectionOptions.persistSecurityInfo.displayName": "Persist security info", "mssql.connectionOptions.persistSecurityInfo.description": "When false, security-sensitive information, such as the password, is not returned as part of the connection", "mssql.connectionOptions.trustServerCertificate.displayName": "Trust server certificate",