From 72be8045ec416f42b5a1c88f5bb09ec6f0e4177f Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Wed, 6 Jan 2021 17:02:15 -0800 Subject: [PATCH] Update arc strings (#13924) --- extensions/arc/package.nls.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/extensions/arc/package.nls.json b/extensions/arc/package.nls.json index 8b0296214d..6347571710 100644 --- a/extensions/arc/package.nls.json +++ b/extensions/arc/package.nls.json @@ -41,12 +41,12 @@ "arc.data.controller.connectivitymode": "Connectivity Mode", "arc.data.controller.direct": "Direct", "arc.data.controller.indirect": "Indirect", - "arc.data.controller.serviceprincipal.description": "When deploying a controller in direct connected mode a Service Principal is required for uploading metrics to Azure. {0} about how to create this Service Principal and assign it the correct roles.", + "arc.data.controller.serviceprincipal.description": "When deploying a controller in direct connected mode a Service Principal is required for connecting to Azure. {0} about how to create this Service Principal and assign it the correct roles.", "arc.data.controller.spclientid": "Service Principal Client ID", - "arc.data.controller.spclientid.description": "The Application (client) ID of the created Service Principal", - "arc.data.controller.spclientid.validation.description": "The client ID must be a GUID in the format xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", + "arc.data.controller.spclientid.description": "The Client (application) ID of the created Service Principal", + "arc.data.controller.spclientid.validation.description": "The Client ID must be a GUID in the format xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "arc.data.controller.spclientsecret": "Service Principal Client Secret", - "arc.data.controller.spclientsecret.description": "The password generated during creation of the Service Principal", + "arc.data.controller.spclientsecret.description": "The secret (password) of the Service Principal", "arc.data.controller.sptenantid": "Service Principal Tenant ID", "arc.data.controller.sptenantid.description": "The Tenant ID of the Service Principal. This must be the same as the Tenant ID of the subscription selected to create this controller for.", "arc.data.controller.sptenantid.validation.description": "The tenant ID must be a GUID in the format xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",