From 4cab5d0d6d7823412255c62a34b93708539db2d8 Mon Sep 17 00:00:00 2001 From: Gaurav Karna Date: Wed, 1 Dec 2021 09:47:13 -0800 Subject: [PATCH] fix verbiage --- sdk/SdkSamples/Customers/GetValidationStatus.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/SdkSamples/Customers/GetValidationStatus.cs b/sdk/SdkSamples/Customers/GetValidationStatus.cs index e3171be..f5a8f87 100644 --- a/sdk/SdkSamples/Customers/GetValidationStatus.cs +++ b/sdk/SdkSamples/Customers/GetValidationStatus.cs @@ -26,7 +26,7 @@ namespace Microsoft.Store.PartnerCenter.Samples.Customers /// protected override void RunScenario() { - string customerIdToRetrieve = this.ObtainCustomerId("Enter the ID of the customer to retrieve the validation status for:"); + string customerIdToRetrieve = this.ObtainCustomerId("Enter the customer ID to retrieve the validation status for:"); var partnerOperations = this.Context.UserPartnerOperations; this.Context.ConsoleHelper.StartProgress($"Retrieving customer's validation status for type: {ValidationType.Account}");